Html Css Color HEX #B0AD72 Dark Khaki

📋 copy color: '#B0AD72'

red 176 ◦ green 173 ◦ blue 114

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

Shades of Dark Khaki #B0AD72

Tints of Dark Khaki #B0AD72

RGB

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

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

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

R = 38.01%
G = 37.37%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B0AD72 (or 0xB0AD72) is known color: Dark Khaki. HEX triplet: B0, AD and 72. RGB value is (176,173,114). Sum of RGB (Red+Green+Blue) = 176+173+114=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD72 is #4F528D. Grayscale: #A7A7A7. Windows color (decimal): -5198478 or 7515568. OLE color: 7515568.

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

Color convert

RGB 176 173 114 -
CMYK 0 0.02 0.35 0.31
HSL 57.1º 0.28% 0.57% -
HSV(B) 57.1º 0.35% 0.69% -
XYZ 35.89 40.33 21.81 -
YUV 167.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 176 173 114 0 0.02 0.35 0.31 57.1 0.28 0.57
Hex B0 AD 72 0 2 23 1F 39 1C 39
Octal 260 255 162 0 2 43 37 71 34 71
Binary 10110000 10101101 1110010 0 10 100011 11111 111001 11100 111001

Color Harmonies of #B0AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD72

Black with #B0AD72

Text Example


Text Example

White with #B0AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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