Html Css Color HEX #B5956E Fallow

📋 copy color: '#B5956E'

red 181 ◦ green 149 ◦ blue 110

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

Shades of Fallow #B5956E

Tints of Fallow #B5956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 41.14%
G = 33.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5956E (or 0xB5956E) is known color: Fallow. HEX triplet: B5, 95 and 6E. RGB value is (181,149,110). Sum of RGB (Red+Green+Blue) = 181+149+110=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5956E is #4A6A91. Grayscale: #9A9A9A. Windows color (decimal): -4876946 or 7247285. OLE color: 7247285.

HSL color Cylindrical-coordinate representation of color #B5956E: hue angle of 32.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5956E is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 110 -
CMYK 0 0.18 0.39 0.29
HSL 32.96º 0.32% 0.57% -
HSV(B) 32.96º 0.39% 0.71% -
XYZ 32.62 32.44 19.3 -
YUV 154.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 181 149 110 0 0.18 0.39 0.29 32.96 0.32 0.57
Hex B5 95 6E 0 12 27 1D 21 20 39
Octal 265 225 156 0 22 47 35 41 40 71
Binary 10110101 10010101 1101110 0 10010 100111 11101 100001 100000 111001

Color Harmonies of #B5956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5956E

Black with #B5956E

Text Example


Text Example

White with #B5956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5956E; }

 p { color: rgb(181,149,110); }

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

background-color css

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

 a { background-color: rgb(181,149,110); }

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

border-color css

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

 span { border-color: rgb(181,149,110); }

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