Html Css Color HEX #B15D3F Tuscany

📋 copy color: '#B15D3F'

red 177 ◦ green 93 ◦ blue 63

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

Shades of Tuscany #B15D3F

Tints of Tuscany #B15D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 53.15%
G = 27.93%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15D3F (or 0xB15D3F) is known color: Tuscany. HEX triplet: B1, 5D and 3F. RGB value is (177,93,63). Sum of RGB (Red+Green+Blue) = 177+93+63=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D3F is #4EA2C0. Grayscale: #727272. Windows color (decimal): -5153473 or 4152753. OLE color: 4152753.

HSL color Cylindrical-coordinate representation of color #B15D3F: hue angle of 15.79º 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 #B15D3F is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 63 -
CMYK 0 0.47 0.64 0.31
HSL 15.79º 0.48% 0.47% -
HSV(B) 15.79º 0.64% 0.69% -
XYZ 22.94 17.53 6.88 -
YUV 114.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 177 93 63 0 0.47 0.64 0.31 15.79 0.48 0.47
Hex B1 5D 3F 0 2F 40 1F 10 30 2F
Octal 261 135 77 0 57 100 37 20 60 57
Binary 10110001 1011101 111111 0 101111 1000000 11111 10000 110000 101111

Color Harmonies of #B15D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D3F

Black with #B15D3F

Text Example


Text Example

White with #B15D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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