Html Css Color HEX #B3715B Sante Fe

📋 copy color: '#B3715B'

red 179 ◦ green 113 ◦ blue 91

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

Shades of Sante Fe #B3715B

Tints of Sante Fe #B3715B

RGB

 RED value IS 179 (70.31% from 255) = 46.74%

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

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 46.74%
G = 29.5%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3715B (or 0xB3715B) is known color: Sante Fe. HEX triplet: B3, 71 and 5B. RGB value is (179,113,91). Sum of RGB (Red+Green+Blue) = 179+113+91=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3715B is #4C8EA4. Grayscale: #828282. Windows color (decimal): -5017253 or 5992883. OLE color: 5992883.

HSL color Cylindrical-coordinate representation of color #B3715B: hue angle of 15º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3715B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 91 -
CMYK 0 0.37 0.49 0.30
HSL 15º 0.37% 0.53% -
HSV(B) 15º 0.49% 0.7% -
XYZ 26.38 22.15 12.78 -
YUV 130.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 179 113 91 0 0.37 0.49 0.30 15 0.37 0.53
Hex B3 71 5B 0 25 31 1E F 25 35
Octal 263 161 133 0 45 61 36 17 45 65
Binary 10110011 1110001 1011011 0 100101 110001 11110 1111 100101 110101

Color Harmonies of #B3715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3715B

Black with #B3715B

Text Example


Text Example

White with #B3715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3715B; }

 p { color: rgb(179,113,91); }

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

background-color css

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

 a { background-color: rgb(179,113,91); }

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

border-color css

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

 span { border-color: rgb(179,113,91); }

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