Color Hex Logo

#b65338 Color Hex

#B65338
(182,83,56)
0 Favorites   0 Comments

Color spaces of #b65338

RGB 1828356
HSL0.040.530.47
HSV13°69°71°
CMYK 0.000.540.69   0.29
XYZ23.098516.41715.6928
Yxy16.41710.51090.3631
Hunter Lab40.518030.852720.0323
CIE-Lab47.517038.241734.7264

#b65338 color RGB value is (182,83,56).

#b65338 hex color red value is 182, green value is 83 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b65338 hue: 0.04 , saturation: 0.53 and the lightness value of b65338 is 0.47.

The process color (four color CMYK) of #b65338 color hex is 0.00, 0.54, 0.69, 0.29. Web safe color of #b65338 is #cc6633. Color #b65338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010011 00111000
Octal 266 123 70
Decimal 182 83 56
Hex B6 53 38

RGB Percentages of Color #b65338

%56.70
%25.86
%17.45

CMYK Percentages of Color #b65338

%0
%54
%69
%29

Triadic Colors of #b65338

#b65338 #38b653 #5338b6

Analogous Colors of #b65338

#b65338 #b69238 #b6385c

Monochromatic Colors of #b65338

#b65338

Complementary Color

#b65338 #389bb6

#b65338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65338 Color CSS Codes

.mybgcolor {background-color:#b65338; } 
.myforecolor {color:#b65338; }
.mybordercolor {border:3px solid #b65338; }

#b65338 Text Font Color

<p style="color:#b65338">Text here</p>

This sample text font color is #b65338
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b65338 Background Color

<div style="background-color:#b65338">
Div content here</div>

This div background color is #b65338


#b65338 Border Color

<div style="border:3px solid #b65338">
Div here</div>

This div border color is #b65338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,83,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65338;
  -webkit-box-shadow: 1px 1px 3px 2px #b65338;
  box-shadow:         1px 1px 3px 2px #b65338; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,83,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b65338">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b65338;
  -webkit-box-shadow: 1px 1px 3px 2px #b65338;
  box-shadow:         1px 1px 3px 2px #b65338;">
Div content here</div>

This div box has shadow with color #b65338


Comments

No comments written yet.

Please login to write comment.