Html Css Color HEX #B5765D Sante Fe

📋 copy color: '#B5765D'

red 181 ◦ green 118 ◦ blue 93

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

Shades of Sante Fe #B5765D

Tints of Sante Fe #B5765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 46.17%
G = 30.1%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5765D (or 0xB5765D) is known color: Sante Fe. HEX triplet: B5, 76 and 5D. RGB value is (181,118,93). Sum of RGB (Red+Green+Blue) = 181+118+93=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5765D is #4A89A2. Grayscale: #868686. Windows color (decimal): -4884899 or 6125237. OLE color: 6125237.

HSL color Cylindrical-coordinate representation of color #B5765D: hue angle of 17.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5765D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 118 93 -
CMYK 0 0.35 0.49 0.29
HSL 17.05º 0.37% 0.54% -
HSV(B) 17.05º 0.49% 0.71% -
XYZ 27.51 23.57 13.46 -
YUV 133.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 181 118 93 0 0.35 0.49 0.29 17.05 0.37 0.54
Hex B5 76 5D 0 23 31 1D 11 25 36
Octal 265 166 135 0 43 61 35 21 45 66
Binary 10110101 1110110 1011101 0 100011 110001 11101 10001 100101 110110

Color Harmonies of #B5765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5765D

Black with #B5765D

Text Example


Text Example

White with #B5765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5765D; }

 p { color: rgb(181,118,93); }

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

background-color css

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

 a { background-color: rgb(181,118,93); }

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

border-color css

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

 span { border-color: rgb(181,118,93); }

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