Html Css Color HEX #B5705B Sante Fe

📋 copy color: '#B5705B'

red 181 ◦ green 112 ◦ blue 91

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

Shades of Sante Fe #B5705B

Tints of Sante Fe #B5705B

RGB

 RED value IS 181 (71.09% from 255) = 47.14%

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

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 47.14%
G = 29.17%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5705B (or 0xB5705B) is known color: Sante Fe. HEX triplet: B5, 70 and 5B. RGB value is (181,112,91). Sum of RGB (Red+Green+Blue) = 181+112+91=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5705B is #4A8FA4. Grayscale: #828282. Windows color (decimal): -4886437 or 5992629. OLE color: 5992629.

HSL color Cylindrical-coordinate representation of color #B5705B: hue angle of 14º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5705B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 91 -
CMYK 0 0.38 0.50 0.29
HSL 14º 0.38% 0.53% -
HSV(B) 14º 0.5% 0.71% -
XYZ 26.74 22.17 12.77 -
YUV 130.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 181 112 91 0 0.38 0.50 0.29 14 0.38 0.53
Hex B5 70 5B 0 26 32 1D E 26 35
Octal 265 160 133 0 46 62 35 16 46 65
Binary 10110101 1110000 1011011 0 100110 110010 11101 1110 100110 110101

Color Harmonies of #B5705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5705B

Black with #B5705B

Text Example


Text Example

White with #B5705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5705B; }

 p { color: rgb(181,112,91); }

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

background-color css

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

 a { background-color: rgb(181,112,91); }

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

border-color css

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

 span { border-color: rgb(181,112,91); }

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