Html Css Color HEX #B3B96E Dark Khaki

📋 copy color: '#B3B96E'

red 179 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #B3B96E

Tints of Dark Khaki #B3B96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 37.76%
G = 39.03%
B = 23.21%

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

#B3B96E (or 0xB3B96E) is known color: Dark Khaki. HEX triplet: B3, B9 and 6E. RGB value is (179,185,110). Sum of RGB (Red+Green+Blue) = 179+185+110=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B96E is #4C4691. Grayscale: #AEAEAE. Windows color (decimal): -4998802 or 7256499. OLE color: 7256499.

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

Color convert

RGB 179 185 110 -
CMYK 0.03 0 0.41 0.27
HSL 64.8º 0.35% 0.58% -
HSV(B) 64.8º 0.41% 0.73% -
XYZ 38.75 45.41 21.47 -
YUV 174.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 179 185 110 0.03 0 0.41 0.27 64.8 0.35 0.58
Hex B3 B9 6E 3 0 29 1B 41 23 3A
Octal 263 271 156 3 0 51 33 101 43 72
Binary 10110011 10111001 1101110 11 0 101001 11011 1000001 100011 111010

Color Harmonies of #B3B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B96E

Black with #B3B96E

Text Example


Text Example

White with #B3B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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