Html Css Color HEX #B5714D Sante Fe

📋 copy color: '#B5714D'

red 181 ◦ green 113 ◦ blue 77

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

Shades of Sante Fe #B5714D

Tints of Sante Fe #B5714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

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

R = 48.79%
G = 30.46%
B = 20.75%

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

#B5714D (or 0xB5714D) is known color: Sante Fe. HEX triplet: B5, 71 and 4D. RGB value is (181,113,77). Sum of RGB (Red+Green+Blue) = 181+113+77=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5714D is #4A8EB2. Grayscale: #818181. Windows color (decimal): -4886195 or 5075381. OLE color: 5075381.

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

Color convert

RGB 181 113 77 -
CMYK 0 0.38 0.57 0.29
HSL 20.77º 0.41% 0.51% -
HSV(B) 20.77º 0.57% 0.71% -
XYZ 26.3 22.17 9.91 -
YUV 129.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 181 113 77 0 0.38 0.57 0.29 20.77 0.41 0.51
Hex B5 71 4D 0 26 39 1D 15 29 33
Octal 265 161 115 0 46 71 35 25 51 63
Binary 10110101 1110001 1001101 0 100110 111001 11101 10101 101001 110011

Color Harmonies of #B5714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5714D

Black with #B5714D

Text Example


Text Example

White with #B5714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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