Html Css Color HEX #B6B272 Dark Khaki

📋 copy color: '#B6B272'

red 182 ◦ green 178 ◦ blue 114

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

Shades of Dark Khaki #B6B272

Tints of Dark Khaki #B6B272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

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

R = 38.4%
G = 37.55%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B6B272 (or 0xB6B272) is known color: Dark Khaki. HEX triplet: B6, B2 and 72. RGB value is (182,178,114). Sum of RGB (Red+Green+Blue) = 182+178+114=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B272 is #494D8D. Grayscale: #ACACAC. Windows color (decimal): -4803982 or 7516854. OLE color: 7516854.

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

Color convert

RGB 182 178 114 -
CMYK 0 0.02 0.37 0.29
HSL 56.47º 0.32% 0.58% -
HSV(B) 56.47º 0.37% 0.71% -
XYZ 38.25 43 22.2 -
YUV 171.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 182 178 114 0 0.02 0.37 0.29 56.47 0.32 0.58
Hex B6 B2 72 0 2 25 1D 38 20 3A
Octal 266 262 162 0 2 45 35 70 40 72
Binary 10110110 10110010 1110010 0 10 100101 11101 111000 100000 111010

Color Harmonies of #B6B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B272

Black with #B6B272

Text Example


Text Example

White with #B6B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B272; }

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

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

background-color css

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

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

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

border-color css

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

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

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