Html Css Color HEX #B5966E Fallow

📋 copy color: '#B5966E'

red 181 ◦ green 150 ◦ blue 110

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

Shades of Fallow #B5966E

Tints of Fallow #B5966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

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

R = 41.04%
G = 34.01%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5966E (or 0xB5966E) is known color: Fallow. HEX triplet: B5, 96 and 6E. RGB value is (181,150,110). Sum of RGB (Red+Green+Blue) = 181+150+110=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5966E is #4A6991. Grayscale: #9A9A9A. Windows color (decimal): -4876690 or 7247541. OLE color: 7247541.

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

Color convert

RGB 181 150 110 -
CMYK 0 0.17 0.39 0.29
HSL 33.8º 0.32% 0.57% -
HSV(B) 33.8º 0.39% 0.71% -
XYZ 32.78 32.76 19.35 -
YUV 154.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 181 150 110 0 0.17 0.39 0.29 33.8 0.32 0.57
Hex B5 96 6E 0 11 27 1D 22 20 39
Octal 265 226 156 0 21 47 35 42 40 71
Binary 10110101 10010110 1101110 0 10001 100111 11101 100010 100000 111001

Color Harmonies of #B5966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5966E

Black with #B5966E

Text Example


Text Example

White with #B5966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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