Html Css Color HEX #B6B973 Dark Khaki

📋 copy color: '#B6B973'

red 182 ◦ green 185 ◦ blue 115

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

Shades of Dark Khaki #B6B973

Tints of Dark Khaki #B6B973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 37.76%
G = 38.38%
B = 23.86%

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

#B6B973 (or 0xB6B973) is known color: Dark Khaki. HEX triplet: B6, B9 and 73. RGB value is (182,185,115). Sum of RGB (Red+Green+Blue) = 182+185+115=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B973 is #49468C. Grayscale: #B0B0B0. Windows color (decimal): -4802189 or 7584182. OLE color: 7584182.

HSL color Cylindrical-coordinate representation of color #B6B973: hue angle of 62.57º degrees, saturation: 0.33, 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 #B6B973 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 115 -
CMYK 0.02 0 0.38 0.27
HSL 62.57º 0.33% 0.59% -
HSV(B) 62.57º 0.38% 0.73% -
XYZ 39.73 45.88 22.98 -
YUV 176.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 182 185 115 0.02 0 0.38 0.27 62.57 0.33 0.59
Hex B6 B9 73 2 0 26 1B 3F 21 3B
Octal 266 271 163 2 0 46 33 77 41 73
Binary 10110110 10111001 1110011 10 0 100110 11011 111111 100001 111011

Color Harmonies of #B6B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B973

Black with #B6B973

Text Example


Text Example

White with #B6B973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B973; }

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

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

background-color css

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

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

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

border-color css

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

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

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