Html Css Color HEX #B97353 Sante Fe

📋 copy color: '#B97353'

red 185 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #B97353

Tints of Sante Fe #B97353

RGB

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

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

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

R = 48.3%
G = 30.03%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B97353 (or 0xB97353) is known color: Sante Fe. HEX triplet: B9, 73 and 53. RGB value is (185,115,83). Sum of RGB (Red+Green+Blue) = 185+115+83=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B97353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97353 is #468CAC. Grayscale: #848484. Windows color (decimal): -4623533 or 5469113. OLE color: 5469113.

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

Color convert

RGB 185 115 83 -
CMYK 0 0.38 0.55 0.27
HSL 18.82º 0.42% 0.53% -
HSV(B) 18.82º 0.55% 0.73% -
XYZ 27.7 23.2 11.2 -
YUV 132.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 185 115 83 0 0.38 0.55 0.27 18.82 0.42 0.53
Hex B9 73 53 0 26 37 1B 13 2A 35
Octal 271 163 123 0 46 67 33 23 52 65
Binary 10111001 1110011 1010011 0 100110 110111 11011 10011 101010 110101

Color Harmonies of #B97353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97353

Black with #B97353

Text Example


Text Example

White with #B97353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97353; }

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

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

background-color css

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

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

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

border-color css

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

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

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