Html Css Color HEX #B0AD71 Dark Khaki

📋 copy color: '#B0AD71'

red 176 ◦ green 173 ◦ blue 113

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

Shades of Dark Khaki #B0AD71

Tints of Dark Khaki #B0AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

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

R = 38.1%
G = 37.45%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B0AD71 (or 0xB0AD71) is known color: Dark Khaki. HEX triplet: B0, AD and 71. RGB value is (176,173,113). Sum of RGB (Red+Green+Blue) = 176+173+113=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD71 is #4F528E. Grayscale: #A7A7A7. Windows color (decimal): -5198479 or 7450032. OLE color: 7450032.

HSL color Cylindrical-coordinate representation of color #B0AD71: hue angle of 57.14º 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 #B0AD71 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 113 -
CMYK 0 0.02 0.36 0.31
HSL 57.14º 0.29% 0.57% -
HSV(B) 57.14º 0.36% 0.69% -
XYZ 35.83 40.31 21.51 -
YUV 167.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 176 173 113 0 0.02 0.36 0.31 57.14 0.29 0.57
Hex B0 AD 71 0 2 24 1F 39 1D 39
Octal 260 255 161 0 2 44 37 71 35 71
Binary 10110000 10101101 1110001 0 10 100100 11111 111001 11101 111001

Color Harmonies of #B0AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD71

Black with #B0AD71

Text Example


Text Example

White with #B0AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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