Html Css Color HEX #B5745A Sante Fe

📋 copy color: '#B5745A'

red 181 ◦ green 116 ◦ blue 90

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

Shades of Sante Fe #B5745A

Tints of Sante Fe #B5745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 46.77%
G = 29.97%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5745A (or 0xB5745A) is known color: Sante Fe. HEX triplet: B5, 74 and 5A. RGB value is (181,116,90). Sum of RGB (Red+Green+Blue) = 181+116+90=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5745A is #4A8BA5. Grayscale: #848484. Windows color (decimal): -4885414 or 5928117. OLE color: 5928117.

HSL color Cylindrical-coordinate representation of color #B5745A: hue angle of 17.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 #B5745A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 90 -
CMYK 0 0.36 0.50 0.29
HSL 17.14º 0.38% 0.53% -
HSV(B) 17.14º 0.5% 0.71% -
XYZ 27.15 23.05 12.69 -
YUV 132.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 181 116 90 0 0.36 0.50 0.29 17.14 0.38 0.53
Hex B5 74 5A 0 24 32 1D 11 26 35
Octal 265 164 132 0 44 62 35 21 46 65
Binary 10110101 1110100 1011010 0 100100 110010 11101 10001 100110 110101

Color Harmonies of #B5745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5745A

Black with #B5745A

Text Example


Text Example

White with #B5745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5745A; }

 p { color: rgb(181,116,90); }

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

background-color css

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

 a { background-color: rgb(181,116,90); }

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

border-color css

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

 span { border-color: rgb(181,116,90); }

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