Html Css Color HEX #B87250 Sante Fe

📋 copy color: '#B87250'

red 184 ◦ green 114 ◦ blue 80

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

Shades of Sante Fe #B87250

Tints of Sante Fe #B87250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

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

R = 48.68%
G = 30.16%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B87250 (or 0xB87250) is known color: Sante Fe. HEX triplet: B8, 72 and 50. RGB value is (184,114,80). Sum of RGB (Red+Green+Blue) = 184+114+80=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B87250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87250 is #478DAF. Grayscale: #838383. Windows color (decimal): -4689328 or 5272248. OLE color: 5272248.

HSL color Cylindrical-coordinate representation of color #B87250: hue angle of 19.62º 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 #B87250 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 80 -
CMYK 0 0.38 0.57 0.28
HSL 19.62º 0.42% 0.52% -
HSV(B) 19.62º 0.57% 0.72% -
XYZ 27.23 22.8 10.56 -
YUV 131.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 184 114 80 0 0.38 0.57 0.28 19.62 0.42 0.52
Hex B8 72 50 0 26 39 1C 14 2A 34
Octal 270 162 120 0 46 71 34 24 52 64
Binary 10111000 1110010 1010000 0 100110 111001 11100 10100 101010 110100

Color Harmonies of #B87250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87250

Black with #B87250

Text Example


Text Example

White with #B87250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87250; }

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

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

background-color css

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

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

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

border-color css

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

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

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