Html Css Color HEX #B1B572 Dark Khaki

📋 copy color: '#B1B572'

red 177 ◦ green 181 ◦ blue 114

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

Shades of Dark Khaki #B1B572

Tints of Dark Khaki #B1B572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 37.5%
G = 38.35%
B = 24.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B1B572 (or 0xB1B572) is known color: Dark Khaki. HEX triplet: B1, B5 and 72. RGB value is (177,181,114). Sum of RGB (Red+Green+Blue) = 177+181+114=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B572 is #4E4A8D. Grayscale: #ACACAC. Windows color (decimal): -5130894 or 7517617. OLE color: 7517617.

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

Color convert

RGB 177 181 114 -
CMYK 0.02 0 0.37 0.29
HSL 63.58º 0.31% 0.58% -
HSV(B) 63.58º 0.37% 0.71% -
XYZ 37.69 43.61 22.35 -
YUV 172.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 177 181 114 0.02 0 0.37 0.29 63.58 0.31 0.58
Hex B1 B5 72 2 0 25 1D 40 1F 3A
Octal 261 265 162 2 0 45 35 100 37 72
Binary 10110001 10110101 1110010 10 0 100101 11101 1000000 11111 111010

Color Harmonies of #B1B572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B572

Black with #B1B572

Text Example


Text Example

White with #B1B572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B572; }

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

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

background-color css

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

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

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

border-color css

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

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

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