Html Css Color HEX #B3715C Sante Fe

📋 copy color: '#B3715C'

red 179 ◦ green 113 ◦ blue 92

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

Shades of Sante Fe #B3715C

Tints of Sante Fe #B3715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 46.61%
G = 29.43%
B = 23.96%

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

#B3715C (or 0xB3715C) is known color: Sante Fe. HEX triplet: B3, 71 and 5C. RGB value is (179,113,92). Sum of RGB (Red+Green+Blue) = 179+113+92=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3715C is #4C8EA3. Grayscale: #828282. Windows color (decimal): -5017252 or 6058419. OLE color: 6058419.

HSL color Cylindrical-coordinate representation of color #B3715C: hue angle of 14.48º degrees, saturation: 0.36, 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 #B3715C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 92 -
CMYK 0 0.37 0.49 0.30
HSL 14.48º 0.36% 0.53% -
HSV(B) 14.48º 0.49% 0.7% -
XYZ 26.43 22.17 13.01 -
YUV 130.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 179 113 92 0 0.37 0.49 0.30 14.48 0.36 0.53
Hex B3 71 5C 0 25 31 1E E 24 35
Octal 263 161 134 0 45 61 36 16 44 65
Binary 10110011 1110001 1011100 0 100101 110001 11110 1110 100100 110101

Color Harmonies of #B3715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3715C

Black with #B3715C

Text Example


Text Example

White with #B3715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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