Html Css Color HEX #B87353 Sante Fe

📋 copy color: '#B87353'

red 184 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #B87353

Tints of Sante Fe #B87353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 48.17%
G = 30.1%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B87353 (or 0xB87353) is known color: Sante Fe. HEX triplet: B8, 73 and 53. RGB value is (184,115,83). Sum of RGB (Red+Green+Blue) = 184+115+83=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B87353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87353 is #478CAC. Grayscale: #848484. Windows color (decimal): -4689069 or 5469112. OLE color: 5469112.

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

Color convert

RGB 184 115 83 -
CMYK 0 0.38 0.55 0.28
HSL 19.01º 0.42% 0.52% -
HSV(B) 19.01º 0.55% 0.72% -
XYZ 27.46 23.08 11.19 -
YUV 131.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 184 115 83 0 0.38 0.55 0.28 19.01 0.42 0.52
Hex B8 73 53 0 26 37 1C 13 2A 34
Octal 270 163 123 0 46 67 34 23 52 64
Binary 10111000 1110011 1010011 0 100110 110111 11100 10011 101010 110100

Color Harmonies of #B87353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87353

Black with #B87353

Text Example


Text Example

White with #B87353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87353; }

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

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

background-color css

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

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

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

border-color css

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

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

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