Html Css Color HEX #B3B96D Dark Khaki

📋 copy color: '#B3B96D'

red 179 ◦ green 185 ◦ blue 109

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

Shades of Dark Khaki #B3B96D

Tints of Dark Khaki #B3B96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

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

R = 37.84%
G = 39.11%
B = 23.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B3B96D (or 0xB3B96D) is known color: Dark Khaki. HEX triplet: B3, B9 and 6D. RGB value is (179,185,109). Sum of RGB (Red+Green+Blue) = 179+185+109=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B96D is #4C4692. Grayscale: #AEAEAE. Windows color (decimal): -4998803 or 7190963. OLE color: 7190963.

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

Color convert

RGB 179 185 109 -
CMYK 0.03 0 0.41 0.27
HSL 64.74º 0.35% 0.58% -
HSV(B) 64.74º 0.41% 0.73% -
XYZ 38.7 45.39 21.19 -
YUV 174.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 179 185 109 0.03 0 0.41 0.27 64.74 0.35 0.58
Hex B3 B9 6D 3 0 29 1B 41 23 3A
Octal 263 271 155 3 0 51 33 101 43 72
Binary 10110011 10111001 1101101 11 0 101001 11011 1000001 100011 111010

Color Harmonies of #B3B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B96D

Black with #B3B96D

Text Example


Text Example

White with #B3B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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