Html Css Color HEX #B97450 Sante Fe

📋 copy color: '#B97450'

red 185 ◦ green 116 ◦ blue 80

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

Shades of Sante Fe #B97450

Tints of Sante Fe #B97450

RGB

 RED value IS 185 (72.66% from 255) = 48.56%

 GREEN value IS 116 (45.7% from 255) = 30.45%

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

R = 48.56%
G = 30.45%
B = 21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B97450 (or 0xB97450) is known color: Sante Fe. HEX triplet: B9, 74 and 50. RGB value is (185,116,80). Sum of RGB (Red+Green+Blue) = 185+116+80=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B97450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97450 is #468BAF. Grayscale: #848484. Windows color (decimal): -4623280 or 5272761. OLE color: 5272761.

HSL color Cylindrical-coordinate representation of color #B97450: hue angle of 20.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B97450 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 116 80 -
CMYK 0 0.37 0.57 0.27
HSL 20.57º 0.43% 0.52% -
HSV(B) 20.57º 0.57% 0.73% -
XYZ 27.7 23.38 10.64 -
YUV 132.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 185 116 80 0 0.37 0.57 0.27 20.57 0.43 0.52
Hex B9 74 50 0 25 39 1B 15 2B 34
Octal 271 164 120 0 45 71 33 25 53 64
Binary 10111001 1110100 1010000 0 100101 111001 11011 10101 101011 110100

Color Harmonies of #B97450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97450

Black with #B97450

Text Example


Text Example

White with #B97450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97450; }

 p { color: rgb(185,116,80); }

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

background-color css

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

 a { background-color: rgb(185,116,80); }

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

border-color css

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

 span { border-color: rgb(185,116,80); }

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