Html Css Color HEX #B5B36A Dark Khaki

📋 copy color: '#B5B36A'

red 181 ◦ green 179 ◦ blue 106

#B5B36A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #B5B36A

Tints of Dark Khaki #B5B36A

RGB

 RED value IS 181 (71.09% from 255) = 38.84%

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 38.84%
G = 38.41%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5B36A (or 0xB5B36A) is known color: Dark Khaki. HEX triplet: B5, B3 and 6A. RGB value is (181,179,106). Sum of RGB (Red+Green+Blue) = 181+179+106=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B36A is #4A4C95. Grayscale: #ABABAB. Windows color (decimal): -4869270 or 6992821. OLE color: 6992821.

HSL color Cylindrical-coordinate representation of color #B5B36A: hue angle of 58.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5B36A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 106 -
CMYK 0 0.01 0.41 0.29
HSL 58.4º 0.34% 0.56% -
HSV(B) 58.4º 0.41% 0.71% -
XYZ 37.78 43.1 19.96 -
YUV 171.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 181 179 106 0 0.01 0.41 0.29 58.4 0.34 0.56
Hex B5 B3 6A 0 1 29 1D 3A 22 38
Octal 265 263 152 0 1 51 35 72 42 70
Binary 10110101 10110011 1101010 0 1 101001 11101 111010 100010 111000

Color Harmonies of #B5B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B36A

Black with #B5B36A

Text Example


Text Example

White with #B5B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B36A; }

 p { color: rgb(181,179,106); }

 H1.HeaderClassName
 {
   color: #B5B36A;
 }
 .AnyTagClassName
 {
   color: #B5B36A;
 }
</style>

background-color css

<style>
 a { background-color: #B5B36A; }

 a { background-color: rgb(181,179,106); }

 div.DivClassName
 {
   background-color: #B5B36A;
 }
 .BgClassName
 {
   background-color: #B5B36A;
 }
</style>

border-color css

<style>
 span { border-color: #B5B36A; }

 span { border-color: rgb(181,179,106); }

 td.TdClassName
 {
   border-color: #B5B36A;
 }
 .TagClassName
 {
   border-color: #B5B36A;
 }
</style>