Html Css Color HEX #B3BA6F Dark Khaki

📋 copy color: '#B3BA6F'

red 179 ◦ green 186 ◦ blue 111

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

Shades of Dark Khaki #B3BA6F

Tints of Dark Khaki #B3BA6F

RGB

 RED value IS 179 (70.31% from 255) = 37.61%

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

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

R = 37.61%
G = 39.08%
B = 23.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B3BA6F (or 0xB3BA6F) is known color: Dark Khaki. HEX triplet: B3, BA and 6F. RGB value is (179,186,111). Sum of RGB (Red+Green+Blue) = 179+186+111=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA6F is #4C4590. Grayscale: #AFAFAF. Windows color (decimal): -4998545 or 7322291. OLE color: 7322291.

HSL color Cylindrical-coordinate representation of color #B3BA6F: hue angle of 65.6º 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 #B3BA6F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 111 -
CMYK 0.04 0 0.40 0.27
HSL 65.6º 0.35% 0.58% -
HSV(B) 65.6º 0.4% 0.73% -
XYZ 39.02 45.85 21.83 -
YUV 175.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 179 186 111 0.04 0 0.40 0.27 65.6 0.35 0.58
Hex B3 BA 6F 4 0 28 1B 42 23 3A
Octal 263 272 157 4 0 50 33 102 43 72
Binary 10110011 10111010 1101111 100 0 101000 11011 1000010 100011 111010

Color Harmonies of #B3BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA6F

Black with #B3BA6F

Text Example


Text Example

White with #B3BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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