Html Css Color HEX #B97053 Sante Fe

📋 copy color: '#B97053'

red 185 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #B97053

Tints of Sante Fe #B97053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 48.68%
G = 29.47%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B97053 (or 0xB97053) is known color: Sante Fe. HEX triplet: B9, 70 and 53. RGB value is (185,112,83). Sum of RGB (Red+Green+Blue) = 185+112+83=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B97053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97053 is #468FAC. Grayscale: #828282. Windows color (decimal): -4624301 or 5468345. OLE color: 5468345.

HSL color Cylindrical-coordinate representation of color #B97053: hue angle of 17.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B97053 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 83 -
CMYK 0 0.39 0.55 0.27
HSL 17.06º 0.42% 0.53% -
HSV(B) 17.06º 0.55% 0.73% -
XYZ 27.36 22.53 11.09 -
YUV 130.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 185 112 83 0 0.39 0.55 0.27 17.06 0.42 0.53
Hex B9 70 53 0 27 37 1B 11 2A 35
Octal 271 160 123 0 47 67 33 21 52 65
Binary 10111001 1110000 1010011 0 100111 110111 11011 10001 101010 110101

Color Harmonies of #B97053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97053

Black with #B97053

Text Example


Text Example

White with #B97053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97053; }

 p { color: rgb(185,112,83); }

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

background-color css

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

 a { background-color: rgb(185,112,83); }

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

border-color css

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

 span { border-color: rgb(185,112,83); }

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