Html Css Color HEX #B3B16F Dark Khaki

📋 copy color: '#B3B16F'

red 179 ◦ green 177 ◦ blue 111

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

Shades of Dark Khaki #B3B16F

Tints of Dark Khaki #B3B16F

RGB

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

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

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

R = 38.33%
G = 37.9%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3B16F (or 0xB3B16F) is known color: Dark Khaki. HEX triplet: B3, B1 and 6F. RGB value is (179,177,111). Sum of RGB (Red+Green+Blue) = 179+177+111=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B16F is #4C4E90. Grayscale: #AAAAAA. Windows color (decimal): -5000849 or 7319987. OLE color: 7319987.

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

Color convert

RGB 179 177 111 -
CMYK 0 0.01 0.38 0.30
HSL 58.24º 0.31% 0.57% -
HSV(B) 58.24º 0.38% 0.7% -
XYZ 37.18 42.18 21.22 -
YUV 170.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 179 177 111 0 0.01 0.38 0.30 58.24 0.31 0.57
Hex B3 B1 6F 0 1 26 1E 3A 1F 39
Octal 263 261 157 0 1 46 36 72 37 71
Binary 10110011 10110001 1101111 0 1 100110 11110 111010 11111 111001

Color Harmonies of #B3B16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B16F

Black with #B3B16F

Text Example


Text Example

White with #B3B16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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