Html Css Color HEX #B6B972 Dark Khaki

📋 copy color: '#B6B972'

red 182 ◦ green 185 ◦ blue 114

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

Shades of Dark Khaki #B6B972

Tints of Dark Khaki #B6B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

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

R = 37.84%
G = 38.46%
B = 23.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B6B972 (or 0xB6B972) is known color: Dark Khaki. HEX triplet: B6, B9 and 72. RGB value is (182,185,114). Sum of RGB (Red+Green+Blue) = 182+185+114=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B972 is #49468D. Grayscale: #B0B0B0. Windows color (decimal): -4802190 or 7518646. OLE color: 7518646.

HSL color Cylindrical-coordinate representation of color #B6B972: hue angle of 62.54º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6B972 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 114 -
CMYK 0.02 0 0.38 0.27
HSL 62.54º 0.34% 0.59% -
HSV(B) 62.54º 0.38% 0.73% -
XYZ 39.68 45.86 22.68 -
YUV 176.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 182 185 114 0.02 0 0.38 0.27 62.54 0.34 0.59
Hex B6 B9 72 2 0 26 1B 3F 22 3B
Octal 266 271 162 2 0 46 33 77 42 73
Binary 10110110 10111001 1110010 10 0 100110 11011 111111 100010 111011

Color Harmonies of #B6B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B972

Black with #B6B972

Text Example


Text Example

White with #B6B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B972; }

 p { color: rgb(182,185,114); }

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

background-color css

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

 a { background-color: rgb(182,185,114); }

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

border-color css

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

 span { border-color: rgb(182,185,114); }

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