Html Css Color HEX #B5996C Fallow

📋 copy color: '#B5996C'

red 181 ◦ green 153 ◦ blue 108

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

Shades of Fallow #B5996C

Tints of Fallow #B5996C

RGB

 RED value IS 181 (71.09% from 255) = 40.95%

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

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 40.95%
G = 34.62%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5996C (or 0xB5996C) is known color: Fallow. HEX triplet: B5, 99 and 6C. RGB value is (181,153,108). Sum of RGB (Red+Green+Blue) = 181+153+108=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5996C is #4A6693. Grayscale: #9C9C9C. Windows color (decimal): -4875924 or 7117237. OLE color: 7117237.

HSL color Cylindrical-coordinate representation of color #B5996C: hue angle of 36.99º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5996C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 108 -
CMYK 0 0.15 0.40 0.29
HSL 36.99º 0.33% 0.57% -
HSV(B) 36.99º 0.4% 0.71% -
XYZ 33.15 33.69 18.94 -
YUV 156.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 181 153 108 0 0.15 0.40 0.29 36.99 0.33 0.57
Hex B5 99 6C 0 F 28 1D 25 21 39
Octal 265 231 154 0 17 50 35 45 41 71
Binary 10110101 10011001 1101100 0 1111 101000 11101 100101 100001 111001

Color Harmonies of #B5996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5996C

Black with #B5996C

Text Example


Text Example

White with #B5996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5996C; }

 p { color: rgb(181,153,108); }

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

background-color css

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

 a { background-color: rgb(181,153,108); }

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

border-color css

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

 span { border-color: rgb(181,153,108); }

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