Html Css Color HEX #B5704E Sante Fe

📋 copy color: '#B5704E'

red 181 ◦ green 112 ◦ blue 78

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

Shades of Sante Fe #B5704E

Tints of Sante Fe #B5704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 48.79%
G = 30.19%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5704E (or 0xB5704E) is known color: Sante Fe. HEX triplet: B5, 70 and 4E. RGB value is (181,112,78). Sum of RGB (Red+Green+Blue) = 181+112+78=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5704E is #4A8FB1. Grayscale: #808080. Windows color (decimal): -4886450 or 5140661. OLE color: 5140661.

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

Color convert

RGB 181 112 78 -
CMYK 0 0.38 0.57 0.29
HSL 19.81º 0.41% 0.51% -
HSV(B) 19.81º 0.57% 0.71% -
XYZ 26.23 21.96 10.06 -
YUV 128.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 181 112 78 0 0.38 0.57 0.29 19.81 0.41 0.51
Hex B5 70 4E 0 26 39 1D 14 29 33
Octal 265 160 116 0 46 71 35 24 51 63
Binary 10110101 1110000 1001110 0 100110 111001 11101 10100 101001 110011

Color Harmonies of #B5704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5704E

Black with #B5704E

Text Example


Text Example

White with #B5704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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