Html Css Color HEX #B0AD70 Dark Khaki

📋 copy color: '#B0AD70'

red 176 ◦ green 173 ◦ blue 112

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

Shades of Dark Khaki #B0AD70

Tints of Dark Khaki #B0AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 38.18%
G = 37.53%
B = 24.3%

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

#B0AD70 (or 0xB0AD70) is known color: Dark Khaki. HEX triplet: B0, AD and 70. RGB value is (176,173,112). Sum of RGB (Red+Green+Blue) = 176+173+112=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD70 is #4F528F. Grayscale: #A7A7A7. Windows color (decimal): -5198480 or 7384496. OLE color: 7384496.

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

Color convert

RGB 176 173 112 -
CMYK 0 0.02 0.36 0.31
HSL 57.19º 0.29% 0.56% -
HSV(B) 57.19º 0.36% 0.69% -
XYZ 35.77 40.29 21.22 -
YUV 166.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 176 173 112 0 0.02 0.36 0.31 57.19 0.29 0.56
Hex B0 AD 70 0 2 24 1F 39 1D 38
Octal 260 255 160 0 2 44 37 71 35 70
Binary 10110000 10101101 1110000 0 10 100100 11111 111001 11101 111000

Color Harmonies of #B0AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD70

Black with #B0AD70

Text Example


Text Example

White with #B0AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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