Html Css Color HEX #B58D75 Sandrift

📋 copy color: '#B58D75'

red 181 ◦ green 141 ◦ blue 117

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

Shades of Sandrift #B58D75

Tints of Sandrift #B58D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.12%

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 41.23%
G = 32.12%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58D75 (or 0xB58D75) is known color: Sandrift. HEX triplet: B5, 8D and 75. RGB value is (181,141,117). Sum of RGB (Red+Green+Blue) = 181+141+117=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D75 is #4A728A. Grayscale: #969696. Windows color (decimal): -4878987 or 7703989. OLE color: 7703989.

HSL color Cylindrical-coordinate representation of color #B58D75: hue angle of 22.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58D75 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 141 117 -
CMYK 0 0.22 0.35 0.29
HSL 22.5º 0.3% 0.58% -
HSV(B) 22.5º 0.35% 0.71% -
XYZ 31.79 30.16 20.98 -
YUV 150.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 181 141 117 0 0.22 0.35 0.29 22.5 0.3 0.58
Hex B5 8D 75 0 16 23 1D 16 1E 3A
Octal 265 215 165 0 26 43 35 26 36 72
Binary 10110101 10001101 1110101 0 10110 100011 11101 10110 11110 111010

Color Harmonies of #B58D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D75

Black with #B58D75

Text Example


Text Example

White with #B58D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D75; }

 p { color: rgb(181,141,117); }

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

background-color css

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

 a { background-color: rgb(181,141,117); }

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

border-color css

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

 span { border-color: rgb(181,141,117); }

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