Html Css Color HEX #B6B172 Dark Khaki

📋 copy color: '#B6B172'

red 182 ◦ green 177 ◦ blue 114

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

Shades of Dark Khaki #B6B172

Tints of Dark Khaki #B6B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

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

R = 38.48%
G = 37.42%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B6B172 (or 0xB6B172) is known color: Dark Khaki. HEX triplet: B6, B1 and 72. RGB value is (182,177,114). Sum of RGB (Red+Green+Blue) = 182+177+114=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B172 is #494E8D. Grayscale: #ABABAB. Windows color (decimal): -4804238 or 7516598. OLE color: 7516598.

HSL color Cylindrical-coordinate representation of color #B6B172: hue angle of 55.59º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6B172 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 177 114 -
CMYK 0 0.03 0.37 0.29
HSL 55.59º 0.32% 0.58% -
HSV(B) 55.59º 0.37% 0.71% -
XYZ 38.05 42.6 22.14 -
YUV 171.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 182 177 114 0 0.03 0.37 0.29 55.59 0.32 0.58
Hex B6 B1 72 0 3 25 1D 38 20 3A
Octal 266 261 162 0 3 45 35 70 40 72
Binary 10110110 10110001 1110010 0 11 100101 11101 111000 100000 111010

Color Harmonies of #B6B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B172

Black with #B6B172

Text Example


Text Example

White with #B6B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B172; }

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

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

background-color css

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

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

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

border-color css

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

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

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