Html Css Color HEX #B1B56F Dark Khaki

📋 copy color: '#B1B56F'

red 177 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #B1B56F

Tints of Dark Khaki #B1B56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 37.74%
G = 38.59%
B = 23.67%

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

#B1B56F (or 0xB1B56F) is known color: Dark Khaki. HEX triplet: B1, B5 and 6F. RGB value is (177,181,111). Sum of RGB (Red+Green+Blue) = 177+181+111=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B56F is #4E4A90. Grayscale: #ACACAC. Windows color (decimal): -5130897 or 7321009. OLE color: 7321009.

HSL color Cylindrical-coordinate representation of color #B1B56F: hue angle of 63.43º 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 #B1B56F is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 111 -
CMYK 0.02 0 0.39 0.29
HSL 63.43º 0.32% 0.57% -
HSV(B) 63.43º 0.39% 0.71% -
XYZ 37.52 43.54 21.47 -
YUV 171.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 177 181 111 0.02 0 0.39 0.29 63.43 0.32 0.57
Hex B1 B5 6F 2 0 27 1D 3F 20 39
Octal 261 265 157 2 0 47 35 77 40 71
Binary 10110001 10110101 1101111 10 0 100111 11101 111111 100000 111001

Color Harmonies of #B1B56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B56F

Black with #B1B56F

Text Example


Text Example

White with #B1B56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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