Html Css Color HEX #B87355 Sante Fe

📋 copy color: '#B87355'

red 184 ◦ green 115 ◦ blue 85

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

Shades of Sante Fe #B87355

Tints of Sante Fe #B87355

RGB

 RED value IS 184 (72.27% from 255) = 47.92%

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 47.92%
G = 29.95%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B87355 (or 0xB87355) is known color: Sante Fe. HEX triplet: B8, 73 and 55. RGB value is (184,115,85). Sum of RGB (Red+Green+Blue) = 184+115+85=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B87355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87355 is #478CAA. Grayscale: #848484. Windows color (decimal): -4689067 or 5600184. OLE color: 5600184.

HSL color Cylindrical-coordinate representation of color #B87355: hue angle of 18.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B87355 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 85 -
CMYK 0 0.38 0.54 0.28
HSL 18.18º 0.41% 0.53% -
HSV(B) 18.18º 0.54% 0.72% -
XYZ 27.54 23.11 11.6 -
YUV 132.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 184 115 85 0 0.38 0.54 0.28 18.18 0.41 0.53
Hex B8 73 55 0 26 36 1C 12 29 35
Octal 270 163 125 0 46 66 34 22 51 65
Binary 10111000 1110011 1010101 0 100110 110110 11100 10010 101001 110101

Color Harmonies of #B87355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87355

Black with #B87355

Text Example


Text Example

White with #B87355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87355; }

 p { color: rgb(184,115,85); }

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

background-color css

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

 a { background-color: rgb(184,115,85); }

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

border-color css

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

 span { border-color: rgb(184,115,85); }

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