Html Css Color HEX #B58B70 Sandrift

📋 copy color: '#B58B70'

red 181 ◦ green 139 ◦ blue 112

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

Shades of Sandrift #B58B70

Tints of Sandrift #B58B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 41.9%
G = 32.18%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B58B70 (or 0xB58B70) is known color: Sandrift. HEX triplet: B5, 8B and 70. RGB value is (181,139,112). Sum of RGB (Red+Green+Blue) = 181+139+112=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B70 is #4A748F. Grayscale: #949494. Windows color (decimal): -4879504 or 7375797. OLE color: 7375797.

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

Color convert

RGB 181 139 112 -
CMYK 0 0.23 0.38 0.29
HSL 23.48º 0.32% 0.57% -
HSV(B) 23.48º 0.38% 0.71% -
XYZ 31.21 29.46 19.37 -
YUV 148.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 181 139 112 0 0.23 0.38 0.29 23.48 0.32 0.57
Hex B5 8B 70 0 17 26 1D 17 20 39
Octal 265 213 160 0 27 46 35 27 40 71
Binary 10110101 10001011 1110000 0 10111 100110 11101 10111 100000 111001

Color Harmonies of #B58B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B70

Black with #B58B70

Text Example


Text Example

White with #B58B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B70; }

 p { color: rgb(181,139,112); }

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

background-color css

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

 a { background-color: rgb(181,139,112); }

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

border-color css

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

 span { border-color: rgb(181,139,112); }

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