Html Css Color HEX #B1B66D Dark Khaki

📋 copy color: '#B1B66D'

red 177 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #B1B66D

Tints of Dark Khaki #B1B66D

RGB

 RED value IS 177 (69.53% from 255) = 37.82%

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 37.82%
G = 38.89%
B = 23.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B1B66D (or 0xB1B66D) is known color: Dark Khaki. HEX triplet: B1, B6 and 6D. RGB value is (177,182,109). Sum of RGB (Red+Green+Blue) = 177+182+109=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B66D is #4E4992. Grayscale: #ACACAC. Windows color (decimal): -5130643 or 7190193. OLE color: 7190193.

HSL color Cylindrical-coordinate representation of color #B1B66D: hue angle of 64.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1B66D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 182 109 -
CMYK 0.03 0 0.40 0.29
HSL 64.11º 0.33% 0.57% -
HSV(B) 64.11º 0.4% 0.71% -
XYZ 37.62 43.91 20.96 -
YUV 172.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 177 182 109 0.03 0 0.40 0.29 64.11 0.33 0.57
Hex B1 B6 6D 3 0 28 1D 40 21 39
Octal 261 266 155 3 0 50 35 100 41 71
Binary 10110001 10110110 1101101 11 0 101000 11101 1000000 100001 111001

Color Harmonies of #B1B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B66D

Black with #B1B66D

Text Example


Text Example

White with #B1B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B66D; }

 p { color: rgb(177,182,109); }

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

background-color css

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

 a { background-color: rgb(177,182,109); }

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

border-color css

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

 span { border-color: rgb(177,182,109); }

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