Html Css Color HEX #B0B372 Dark Khaki

📋 copy color: '#B0B372'

red 176 ◦ green 179 ◦ blue 114

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

Shades of Dark Khaki #B0B372

Tints of Dark Khaki #B0B372

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

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

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

R = 37.53%
G = 38.17%
B = 24.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B0B372 (or 0xB0B372) is known color: Dark Khaki. HEX triplet: B0, B3 and 72. RGB value is (176,179,114). Sum of RGB (Red+Green+Blue) = 176+179+114=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B372 is #4F4C8D. Grayscale: #AAAAAA. Windows color (decimal): -5196942 or 7517104. OLE color: 7517104.

HSL color Cylindrical-coordinate representation of color #B0B372: hue angle of 62.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0B372 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 114 -
CMYK 0.02 0 0.36 0.30
HSL 62.77º 0.3% 0.57% -
HSV(B) 62.77º 0.36% 0.7% -
XYZ 37.06 42.69 22.21 -
YUV 170.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 176 179 114 0.02 0 0.36 0.30 62.77 0.3 0.57
Hex B0 B3 72 2 0 24 1E 3F 1E 39
Octal 260 263 162 2 0 44 36 77 36 71
Binary 10110000 10110011 1110010 10 0 100100 11110 111111 11110 111001

Color Harmonies of #B0B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B372

Black with #B0B372

Text Example


Text Example

White with #B0B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B372; }

 p { color: rgb(176,179,114); }

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

background-color css

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

 a { background-color: rgb(176,179,114); }

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

border-color css

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

 span { border-color: rgb(176,179,114); }

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