Html Css Color HEX #B5896E Sandrift

📋 copy color: '#B5896E'

red 181 ◦ green 137 ◦ blue 110

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

Shades of Sandrift #B5896E

Tints of Sandrift #B5896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

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

R = 42.29%
G = 32.01%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5896E (or 0xB5896E) is known color: Sandrift. HEX triplet: B5, 89 and 6E. RGB value is (181,137,110). Sum of RGB (Red+Green+Blue) = 181+137+110=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B5896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5896E is #4A7691. Grayscale: #939393. Windows color (decimal): -4880018 or 7244213. OLE color: 7244213.

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

Color convert

RGB 181 137 110 -
CMYK 0 0.24 0.39 0.29
HSL 22.82º 0.32% 0.57% -
HSV(B) 22.82º 0.39% 0.71% -
XYZ 30.82 28.84 18.69 -
YUV 147.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 181 137 110 0 0.24 0.39 0.29 22.82 0.32 0.57
Hex B5 89 6E 0 18 27 1D 17 20 39
Octal 265 211 156 0 30 47 35 27 40 71
Binary 10110101 10001001 1101110 0 11000 100111 11101 10111 100000 111001

Color Harmonies of #B5896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5896E

Black with #B5896E

Text Example


Text Example

White with #B5896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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