Html Css Color HEX #B9B36E Dark Khaki

📋 copy color: '#B9B36E'

red 185 ◦ green 179 ◦ blue 110

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

Shades of Dark Khaki #B9B36E

Tints of Dark Khaki #B9B36E

RGB

 RED value IS 185 (72.66% from 255) = 39.03%

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 39.03%
G = 37.76%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9B36E (or 0xB9B36E) is known color: Dark Khaki. HEX triplet: B9, B3 and 6E. RGB value is (185,179,110). Sum of RGB (Red+Green+Blue) = 185+179+110=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B36E is #464C91. Grayscale: #ADADAD. Windows color (decimal): -4607122 or 7254969. OLE color: 7254969.

HSL color Cylindrical-coordinate representation of color #B9B36E: hue angle of 55.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9B36E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 179 110 -
CMYK 0 0.03 0.41 0.27
HSL 55.2º 0.35% 0.58% -
HSV(B) 55.2º 0.41% 0.73% -
XYZ 38.94 43.68 21.13 -
YUV 172.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 185 179 110 0 0.03 0.41 0.27 55.2 0.35 0.58
Hex B9 B3 6E 0 3 29 1B 37 23 3A
Octal 271 263 156 0 3 51 33 67 43 72
Binary 10111001 10110011 1101110 0 11 101001 11011 110111 100011 111010

Color Harmonies of #B9B36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B36E

Black with #B9B36E

Text Example


Text Example

White with #B9B36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B36E; }

 p { color: rgb(185,179,110); }

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

background-color css

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

 a { background-color: rgb(185,179,110); }

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

border-color css

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

 span { border-color: rgb(185,179,110); }

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