Html Css Color HEX #B5754D Sante Fe

📋 copy color: '#B5754D'

red 181 ◦ green 117 ◦ blue 77

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

Shades of Sante Fe #B5754D

Tints of Sante Fe #B5754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 48.27%
G = 31.2%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5754D (or 0xB5754D) is known color: Sante Fe. HEX triplet: B5, 75 and 4D. RGB value is (181,117,77). Sum of RGB (Red+Green+Blue) = 181+117+77=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5754D is #4A8AB2. Grayscale: #838383. Windows color (decimal): -4885171 or 5076405. OLE color: 5076405.

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

Color convert

RGB 181 117 77 -
CMYK 0 0.35 0.57 0.29
HSL 23.08º 0.41% 0.51% -
HSV(B) 23.08º 0.57% 0.71% -
XYZ 26.76 23.08 10.07 -
YUV 131.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 181 117 77 0 0.35 0.57 0.29 23.08 0.41 0.51
Hex B5 75 4D 0 23 39 1D 17 29 33
Octal 265 165 115 0 43 71 35 27 51 63
Binary 10110101 1110101 1001101 0 100011 111001 11101 10111 101001 110011

Color Harmonies of #B5754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5754D

Black with #B5754D

Text Example


Text Example

White with #B5754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5754D; }

 p { color: rgb(181,117,77); }

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

background-color css

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

 a { background-color: rgb(181,117,77); }

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

border-color css

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

 span { border-color: rgb(181,117,77); }

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