Html Css Color HEX #B6BA6F Dark Khaki

📋 copy color: '#B6BA6F'

red 182 ◦ green 186 ◦ blue 111

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

Shades of Dark Khaki #B6BA6F

Tints of Dark Khaki #B6BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 38%
G = 38.83%
B = 23.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B6BA6F (or 0xB6BA6F) is known color: Dark Khaki. HEX triplet: B6, BA and 6F. RGB value is (182,186,111). Sum of RGB (Red+Green+Blue) = 182+186+111=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA6F is #494590. Grayscale: #B0B0B0. Windows color (decimal): -4801937 or 7322294. OLE color: 7322294.

HSL color Cylindrical-coordinate representation of color #B6BA6F: hue angle of 63.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6BA6F is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 111 -
CMYK 0.02 0 0.40 0.27
HSL 63.2º 0.35% 0.58% -
HSV(B) 63.2º 0.4% 0.73% -
XYZ 39.72 46.21 21.87 -
YUV 176.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 182 186 111 0.02 0 0.40 0.27 63.2 0.35 0.58
Hex B6 BA 6F 2 0 28 1B 3F 23 3A
Octal 266 272 157 2 0 50 33 77 43 72
Binary 10110110 10111010 1101111 10 0 101000 11011 111111 100011 111010

Color Harmonies of #B6BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA6F

Black with #B6BA6F

Text Example


Text Example

White with #B6BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA6F; }

 p { color: rgb(182,186,111); }

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

background-color css

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

 a { background-color: rgb(182,186,111); }

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

border-color css

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

 span { border-color: rgb(182,186,111); }

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