Html Css Color HEX #B6B770 Dark Khaki

📋 copy color: '#B6B770'

red 182 ◦ green 183 ◦ blue 112

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

Shades of Dark Khaki #B6B770

Tints of Dark Khaki #B6B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

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

R = 38.16%
G = 38.36%
B = 23.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B6B770 (or 0xB6B770) is known color: Dark Khaki. HEX triplet: B6, B7 and 70. RGB value is (182,183,112). Sum of RGB (Red+Green+Blue) = 182+183+112=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B770 is #49488F. Grayscale: #AEAEAE. Windows color (decimal): -4802704 or 7387062. OLE color: 7387062.

HSL color Cylindrical-coordinate representation of color #B6B770: hue angle of 60.85º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6B770 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 183 112 -
CMYK 0.01 0 0.39 0.28
HSL 60.85º 0.33% 0.58% -
HSV(B) 60.85º 0.39% 0.72% -
XYZ 39.15 44.98 21.95 -
YUV 174.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 182 183 112 0.01 0 0.39 0.28 60.85 0.33 0.58
Hex B6 B7 70 1 0 27 1C 3D 21 3A
Octal 266 267 160 1 0 47 34 75 41 72
Binary 10110110 10110111 1110000 1 0 100111 11100 111101 100001 111010

Color Harmonies of #B6B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B770

Black with #B6B770

Text Example


Text Example

White with #B6B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B770; }

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

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

background-color css

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

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

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

border-color css

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

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

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