Html Css Color HEX #B87150 Sante Fe

📋 copy color: '#B87150'

red 184 ◦ green 113 ◦ blue 80

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

Shades of Sante Fe #B87150

Tints of Sante Fe #B87150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 48.81%
G = 29.97%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B87150 (or 0xB87150) is known color: Sante Fe. HEX triplet: B8, 71 and 50. RGB value is (184,113,80). Sum of RGB (Red+Green+Blue) = 184+113+80=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B87150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87150 is #478EAF. Grayscale: #828282. Windows color (decimal): -4689584 or 5271992. OLE color: 5271992.

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

Color convert

RGB 184 113 80 -
CMYK 0 0.39 0.57 0.28
HSL 19.04º 0.42% 0.52% -
HSV(B) 19.04º 0.57% 0.72% -
XYZ 27.12 22.58 10.52 -
YUV 130.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 184 113 80 0 0.39 0.57 0.28 19.04 0.42 0.52
Hex B8 71 50 0 27 39 1C 13 2A 34
Octal 270 161 120 0 47 71 34 23 52 64
Binary 10111000 1110001 1010000 0 100111 111001 11100 10011 101010 110100

Color Harmonies of #B87150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87150

Black with #B87150

Text Example


Text Example

White with #B87150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87150; }

 p { color: rgb(184,113,80); }

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

background-color css

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

 a { background-color: rgb(184,113,80); }

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

border-color css

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

 span { border-color: rgb(184,113,80); }

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