Html Css Color HEX #B3996E Fallow

📋 copy color: '#B3996E'

red 179 ◦ green 153 ◦ blue 110

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

Shades of Fallow #B3996E

Tints of Fallow #B3996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

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

R = 40.5%
G = 34.62%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3996E (or 0xB3996E) is known color: Fallow. HEX triplet: B3, 99 and 6E. RGB value is (179,153,110). Sum of RGB (Red+Green+Blue) = 179+153+110=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3996E is #4C6691. Grayscale: #9C9C9C. Windows color (decimal): -5006994 or 7248307. OLE color: 7248307.

HSL color Cylindrical-coordinate representation of color #B3996E: hue angle of 37.39º 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 #B3996E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 110 -
CMYK 0 0.15 0.39 0.30
HSL 37.39º 0.31% 0.57% -
HSV(B) 37.39º 0.39% 0.7% -
XYZ 32.8 33.49 19.49 -
YUV 155.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 179 153 110 0 0.15 0.39 0.30 37.39 0.31 0.57
Hex B3 99 6E 0 F 27 1E 25 1F 39
Octal 263 231 156 0 17 47 36 45 37 71
Binary 10110011 10011001 1101110 0 1111 100111 11110 100101 11111 111001

Color Harmonies of #B3996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3996E

Black with #B3996E

Text Example


Text Example

White with #B3996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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