Html Css Color HEX #B6B071 Dark Khaki

📋 copy color: '#B6B071'

red 182 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #B6B071

Tints of Dark Khaki #B6B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 38.64%
G = 37.37%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B6B071 (or 0xB6B071) is known color: Dark Khaki. HEX triplet: B6, B0 and 71. RGB value is (182,176,113). Sum of RGB (Red+Green+Blue) = 182+176+113=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B071 is #494F8E. Grayscale: #AAAAAA. Windows color (decimal): -4804495 or 7450806. OLE color: 7450806.

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

Color convert

RGB 182 176 113 -
CMYK 0 0.03 0.38 0.29
HSL 54.78º 0.32% 0.58% -
HSV(B) 54.78º 0.38% 0.71% -
XYZ 37.8 42.19 21.77 -
YUV 170.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 182 176 113 0 0.03 0.38 0.29 54.78 0.32 0.58
Hex B6 B0 71 0 3 26 1D 37 20 3A
Octal 266 260 161 0 3 46 35 67 40 72
Binary 10110110 10110000 1110001 0 11 100110 11101 110111 100000 111010

Color Harmonies of #B6B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B071

Black with #B6B071

Text Example


Text Example

White with #B6B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B071; }

 p { color: rgb(182,176,113); }

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

background-color css

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

 a { background-color: rgb(182,176,113); }

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

border-color css

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

 span { border-color: rgb(182,176,113); }

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