Html Css Color HEX #B0B176 Dark Khaki

📋 copy color: '#B0B176'

red 176 ◦ green 177 ◦ blue 118

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

Shades of Dark Khaki #B0B176

Tints of Dark Khaki #B0B176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 37.37%
G = 37.58%
B = 25.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B0B176 (or 0xB0B176) is known color: Dark Khaki. HEX triplet: B0, B1 and 76. RGB value is (176,177,118). Sum of RGB (Red+Green+Blue) = 176+177+118=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B176 is #4F4E89. Grayscale: #AAAAAA. Windows color (decimal): -5197450 or 7778736. OLE color: 7778736.

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

Color convert

RGB 176 177 118 -
CMYK 0.01 0 0.33 0.31
HSL 61.02º 0.27% 0.58% -
HSV(B) 61.02º 0.33% 0.69% -
XYZ 36.9 41.98 23.3 -
YUV 169.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 176 177 118 0.01 0 0.33 0.31 61.02 0.27 0.58
Hex B0 B1 76 1 0 21 1F 3D 1B 3A
Octal 260 261 166 1 0 41 37 75 33 72
Binary 10110000 10110001 1110110 1 0 100001 11111 111101 11011 111010

Color Harmonies of #B0B176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B176

Black with #B0B176

Text Example


Text Example

White with #B0B176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B176; }

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

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

background-color css

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

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

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

border-color css

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

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

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