Html Css Color HEX #B5785A Sante Fe

📋 copy color: '#B5785A'

red 181 ◦ green 120 ◦ blue 90

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

Shades of Sante Fe #B5785A

Tints of Sante Fe #B5785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 46.29%
G = 30.69%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5785A (or 0xB5785A) is known color: Sante Fe. HEX triplet: B5, 78 and 5A. RGB value is (181,120,90). Sum of RGB (Red+Green+Blue) = 181+120+90=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5785A is #4A87A5. Grayscale: #878787. Windows color (decimal): -4884390 or 5929141. OLE color: 5929141.

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

Color convert

RGB 181 120 90 -
CMYK 0 0.34 0.50 0.29
HSL 19.78º 0.38% 0.53% -
HSV(B) 19.78º 0.5% 0.71% -
XYZ 27.62 23.99 12.85 -
YUV 134.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 181 120 90 0 0.34 0.50 0.29 19.78 0.38 0.53
Hex B5 78 5A 0 22 32 1D 14 26 35
Octal 265 170 132 0 42 62 35 24 46 65
Binary 10110101 1111000 1011010 0 100010 110010 11101 10100 100110 110101

Color Harmonies of #B5785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5785A

Black with #B5785A

Text Example


Text Example

White with #B5785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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