Html Css Color HEX #B58C6E Sandrift

📋 copy color: '#B58C6E'

red 181 ◦ green 140 ◦ blue 110

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

Shades of Sandrift #B58C6E

Tints of Sandrift #B58C6E

RGB

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

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

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

R = 42%
G = 32.48%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B58C6E (or 0xB58C6E) is known color: Sandrift. HEX triplet: B5, 8C and 6E. RGB value is (181,140,110). Sum of RGB (Red+Green+Blue) = 181+140+110=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C6E is #4A7391. Grayscale: #949494. Windows color (decimal): -4879250 or 7244981. OLE color: 7244981.

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

Color convert

RGB 181 140 110 -
CMYK 0 0.23 0.39 0.29
HSL 25.35º 0.32% 0.57% -
HSV(B) 25.35º 0.39% 0.71% -
XYZ 31.25 29.71 18.84 -
YUV 148.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 181 140 110 0 0.23 0.39 0.29 25.35 0.32 0.57
Hex B5 8C 6E 0 17 27 1D 19 20 39
Octal 265 214 156 0 27 47 35 31 40 71
Binary 10110101 10001100 1101110 0 10111 100111 11101 11001 100000 111001

Color Harmonies of #B58C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C6E

Black with #B58C6E

Text Example


Text Example

White with #B58C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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