Html Css Color HEX #B6AD70 Dark Khaki

📋 copy color: '#B6AD70'

red 182 ◦ green 173 ◦ blue 112

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

Shades of Dark Khaki #B6AD70

Tints of Dark Khaki #B6AD70

RGB

 RED value IS 182 (71.48% from 255) = 38.97%

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

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

R = 38.97%
G = 37.04%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B6AD70 (or 0xB6AD70) is known color: Dark Khaki. HEX triplet: B6, AD and 70. RGB value is (182,173,112). Sum of RGB (Red+Green+Blue) = 182+173+112=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD70 is #49528F. Grayscale: #A8A8A8. Windows color (decimal): -4805264 or 7384502. OLE color: 7384502.

HSL color Cylindrical-coordinate representation of color #B6AD70: hue angle of 52.29º 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 #B6AD70 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 112 -
CMYK 0 0.05 0.38 0.29
HSL 52.29º 0.32% 0.58% -
HSV(B) 52.29º 0.38% 0.71% -
XYZ 37.16 41 21.28 -
YUV 168.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 182 173 112 0 0.05 0.38 0.29 52.29 0.32 0.58
Hex B6 AD 70 0 5 26 1D 34 20 3A
Octal 266 255 160 0 5 46 35 64 40 72
Binary 10110110 10101101 1110000 0 101 100110 11101 110100 100000 111010

Color Harmonies of #B6AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD70

Black with #B6AD70

Text Example


Text Example

White with #B6AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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