Html Css Color HEX #B3B16E Dark Khaki

📋 copy color: '#B3B16E'

red 179 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #B3B16E

Tints of Dark Khaki #B3B16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.98%

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

R = 38.41%
G = 37.98%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3B16E (or 0xB3B16E) is known color: Dark Khaki. HEX triplet: B3, B1 and 6E. RGB value is (179,177,110). Sum of RGB (Red+Green+Blue) = 179+177+110=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B16E is #4C4E91. Grayscale: #AAAAAA. Windows color (decimal): -5000850 or 7254451. OLE color: 7254451.

HSL color Cylindrical-coordinate representation of color #B3B16E: hue angle of 58.26º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B16E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 177 110 -
CMYK 0 0.01 0.39 0.30
HSL 58.26º 0.31% 0.57% -
HSV(B) 58.26º 0.39% 0.7% -
XYZ 37.13 42.15 20.93 -
YUV 169.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 179 177 110 0 0.01 0.39 0.30 58.26 0.31 0.57
Hex B3 B1 6E 0 1 27 1E 3A 1F 39
Octal 263 261 156 0 1 47 36 72 37 71
Binary 10110011 10110001 1101110 0 1 100111 11110 111010 11111 111001

Color Harmonies of #B3B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B16E

Black with #B3B16E

Text Example


Text Example

White with #B3B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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