Html Css Color HEX #B0B271 Dark Khaki

📋 copy color: '#B0B271'

red 176 ◦ green 178 ◦ blue 113

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

Shades of Dark Khaki #B0B271

Tints of Dark Khaki #B0B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 37.69%
G = 38.12%
B = 24.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B0B271 (or 0xB0B271) is known color: Dark Khaki. HEX triplet: B0, B2 and 71. RGB value is (176,178,113). Sum of RGB (Red+Green+Blue) = 176+178+113=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B271 is #4F4D8E. Grayscale: #AAAAAA. Windows color (decimal): -5197199 or 7451312. OLE color: 7451312.

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

Color convert

RGB 176 178 113 -
CMYK 0.01 0 0.37 0.30
HSL 61.85º 0.3% 0.57% -
HSV(B) 61.85º 0.37% 0.7% -
XYZ 36.81 42.26 21.84 -
YUV 169.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 176 178 113 0.01 0 0.37 0.30 61.85 0.3 0.57
Hex B0 B2 71 1 0 25 1E 3E 1E 39
Octal 260 262 161 1 0 45 36 76 36 71
Binary 10110000 10110010 1110001 1 0 100101 11110 111110 11110 111001

Color Harmonies of #B0B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B271

Black with #B0B271

Text Example


Text Example

White with #B0B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B271; }

 p { color: rgb(176,178,113); }

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

background-color css

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

 a { background-color: rgb(176,178,113); }

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

border-color css

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

 span { border-color: rgb(176,178,113); }

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