Html Css Color HEX #B0B671 Dark Khaki

📋 copy color: '#B0B671'

red 176 ◦ green 182 ◦ blue 113

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

Shades of Dark Khaki #B0B671

Tints of Dark Khaki #B0B671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 37.37%
G = 38.64%
B = 23.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B0B671 (or 0xB0B671) is known color: Dark Khaki. HEX triplet: B0, B6 and 71. RGB value is (176,182,113). Sum of RGB (Red+Green+Blue) = 176+182+113=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B671 is #4F498E. Grayscale: #ACACAC. Windows color (decimal): -5196175 or 7452336. OLE color: 7452336.

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

Color convert

RGB 176 182 113 -
CMYK 0.03 0 0.38 0.29
HSL 65.22º 0.32% 0.58% -
HSV(B) 65.22º 0.38% 0.71% -
XYZ 37.61 43.88 22.11 -
YUV 172.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 176 182 113 0.03 0 0.38 0.29 65.22 0.32 0.58
Hex B0 B6 71 3 0 26 1D 41 20 3A
Octal 260 266 161 3 0 46 35 101 40 72
Binary 10110000 10110110 1110001 11 0 100110 11101 1000001 100000 111010

Color Harmonies of #B0B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B671

Black with #B0B671

Text Example


Text Example

White with #B0B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B671; }

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

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

background-color css

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

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

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

border-color css

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

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

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