Html Css Color HEX #B15C3F Tuscany

📋 copy color: '#B15C3F'

red 177 ◦ green 92 ◦ blue 63

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

Shades of Tuscany #B15C3F

Tints of Tuscany #B15C3F

RGB

 RED value IS 177 (69.53% from 255) = 53.31%

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 63 (25% from 255) = 18.98%

R = 53.31%
G = 27.71%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15C3F (or 0xB15C3F) is known color: Tuscany. HEX triplet: B1, 5C and 3F. RGB value is (177,92,63). Sum of RGB (Red+Green+Blue) = 177+92+63=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C3F is #4EA3C0. Grayscale: #727272. Windows color (decimal): -5153729 or 4152497. OLE color: 4152497.

HSL color Cylindrical-coordinate representation of color #B15C3F: hue angle of 15.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15C3F is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 92 63 -
CMYK 0 0.48 0.64 0.31
HSL 15.26º 0.48% 0.47% -
HSV(B) 15.26º 0.64% 0.69% -
XYZ 22.86 17.36 6.85 -
YUV 114.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 177 92 63 0 0.48 0.64 0.31 15.26 0.48 0.47
Hex B1 5C 3F 0 30 40 1F F 30 2F
Octal 261 134 77 0 60 100 37 17 60 57
Binary 10110001 1011100 111111 0 110000 1000000 11111 1111 110000 101111

Color Harmonies of #B15C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C3F

Black with #B15C3F

Text Example


Text Example

White with #B15C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C3F; }

 p { color: rgb(177,92,63); }

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

background-color css

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

 a { background-color: rgb(177,92,63); }

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

border-color css

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

 span { border-color: rgb(177,92,63); }

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