Html Css Color HEX #B58C75 Sandrift

📋 copy color: '#B58C75'

red 181 ◦ green 140 ◦ blue 117

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

Shades of Sandrift #B58C75

Tints of Sandrift #B58C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

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

R = 41.32%
G = 31.96%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58C75 (or 0xB58C75) is known color: Sandrift. HEX triplet: B5, 8C and 75. RGB value is (181,140,117). Sum of RGB (Red+Green+Blue) = 181+140+117=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C75 is #4A738A. Grayscale: #959595. Windows color (decimal): -4879243 or 7703733. OLE color: 7703733.

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

Color convert

RGB 181 140 117 -
CMYK 0 0.23 0.35 0.29
HSL 21.56º 0.3% 0.58% -
HSV(B) 21.56º 0.35% 0.71% -
XYZ 31.65 29.86 20.93 -
YUV 149.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 181 140 117 0 0.23 0.35 0.29 21.56 0.3 0.58
Hex B5 8C 75 0 17 23 1D 16 1E 3A
Octal 265 214 165 0 27 43 35 26 36 72
Binary 10110101 10001100 1110101 0 10111 100011 11101 10110 11110 111010

Color Harmonies of #B58C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C75

Black with #B58C75

Text Example


Text Example

White with #B58C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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