Html Css Color HEX #B3BB6D Dark Khaki

📋 copy color: '#B3BB6D'

red 179 ◦ green 187 ◦ blue 109

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

Shades of Dark Khaki #B3BB6D

Tints of Dark Khaki #B3BB6D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 37.68%
G = 39.37%
B = 22.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B3BB6D (or 0xB3BB6D) is known color: Dark Khaki. HEX triplet: B3, BB and 6D. RGB value is (179,187,109). Sum of RGB (Red+Green+Blue) = 179+187+109=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BB6D is #4C4492. Grayscale: #B0B0B0. Windows color (decimal): -4998291 or 7191475. OLE color: 7191475.

HSL color Cylindrical-coordinate representation of color #B3BB6D: hue angle of 66.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3BB6D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 187 109 -
CMYK 0.04 0 0.42 0.27
HSL 66.15º 0.36% 0.58% -
HSV(B) 66.15º 0.42% 0.73% -
XYZ 39.12 46.23 21.33 -
YUV 175.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 179 187 109 0.04 0 0.42 0.27 66.15 0.36 0.58
Hex B3 BB 6D 4 0 2A 1B 42 24 3A
Octal 263 273 155 4 0 52 33 102 44 72
Binary 10110011 10111011 1101101 100 0 101010 11011 1000010 100100 111010

Color Harmonies of #B3BB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BB6D

Black with #B3BB6D

Text Example


Text Example

White with #B3BB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BB6D; }

 p { color: rgb(179,187,109); }

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

background-color css

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

 a { background-color: rgb(179,187,109); }

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

border-color css

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

 span { border-color: rgb(179,187,109); }

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