Html Css Color HEX #B1B56E Dark Khaki

📋 copy color: '#B1B56E'

red 177 ◦ green 181 ◦ blue 110

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

Shades of Dark Khaki #B1B56E

Tints of Dark Khaki #B1B56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

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

R = 37.82%
G = 38.68%
B = 23.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B1B56E (or 0xB1B56E) is known color: Dark Khaki. HEX triplet: B1, B5 and 6E. RGB value is (177,181,110). Sum of RGB (Red+Green+Blue) = 177+181+110=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B56E is #4E4A91. Grayscale: #ABABAB. Windows color (decimal): -5130898 or 7255473. OLE color: 7255473.

HSL color Cylindrical-coordinate representation of color #B1B56E: hue angle of 63.38º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1B56E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 110 -
CMYK 0.02 0 0.39 0.29
HSL 63.38º 0.32% 0.57% -
HSV(B) 63.38º 0.39% 0.71% -
XYZ 37.47 43.52 21.18 -
YUV 171.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 177 181 110 0.02 0 0.39 0.29 63.38 0.32 0.57
Hex B1 B5 6E 2 0 27 1D 3F 20 39
Octal 261 265 156 2 0 47 35 77 40 71
Binary 10110001 10110101 1101110 10 0 100111 11101 111111 100000 111001

Color Harmonies of #B1B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B56E

Black with #B1B56E

Text Example


Text Example

White with #B1B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B56E; }

 p { color: rgb(177,181,110); }

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

background-color css

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

 a { background-color: rgb(177,181,110); }

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

border-color css

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

 span { border-color: rgb(177,181,110); }

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