Html Css Color HEX #B0B172 Dark Khaki

📋 copy color: '#B0B172'

red 176 ◦ green 177 ◦ blue 114

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

Shades of Dark Khaki #B0B172

Tints of Dark Khaki #B0B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

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

R = 37.69%
G = 37.9%
B = 24.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B0B172 (or 0xB0B172) is known color: Dark Khaki. HEX triplet: B0, B1 and 72. RGB value is (176,177,114). Sum of RGB (Red+Green+Blue) = 176+177+114=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B172 is #4F4E8D. Grayscale: #A9A9A9. Windows color (decimal): -5197454 or 7516592. OLE color: 7516592.

HSL color Cylindrical-coordinate representation of color #B0B172: hue angle of 60.95º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0B172 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 114 -
CMYK 0.01 0 0.36 0.31
HSL 60.95º 0.29% 0.57% -
HSV(B) 60.95º 0.36% 0.69% -
XYZ 36.66 41.89 22.07 -
YUV 169.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 176 177 114 0.01 0 0.36 0.31 60.95 0.29 0.57
Hex B0 B1 72 1 0 24 1F 3D 1D 39
Octal 260 261 162 1 0 44 37 75 35 71
Binary 10110000 10110001 1110010 1 0 100100 11111 111101 11101 111001

Color Harmonies of #B0B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B172

Black with #B0B172

Text Example


Text Example

White with #B0B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B172; }

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

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

background-color css

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

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

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

border-color css

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

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

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