Html Css Color HEX #B15D45 Tuscany

📋 copy color: '#B15D45'

red 177 ◦ green 93 ◦ blue 69

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

Shades of Tuscany #B15D45

Tints of Tuscany #B15D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 52.21%
G = 27.43%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B15D45 (or 0xB15D45) is known color: Tuscany. HEX triplet: B1, 5D and 45. RGB value is (177,93,69). Sum of RGB (Red+Green+Blue) = 177+93+69=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D45 is #4EA2BA. Grayscale: #737373. Windows color (decimal): -5153467 or 4545969. OLE color: 4545969.

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

Color convert

RGB 177 93 69 -
CMYK 0 0.47 0.61 0.31
HSL 13.33º 0.44% 0.48% -
HSV(B) 13.33º 0.61% 0.69% -
XYZ 23.12 17.61 7.81 -
YUV 115.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 177 93 69 0 0.47 0.61 0.31 13.33 0.44 0.48
Hex B1 5D 45 0 2F 3D 1F D 2C 30
Octal 261 135 105 0 57 75 37 15 54 60
Binary 10110001 1011101 1000101 0 101111 111101 11111 1101 101100 110000

Color Harmonies of #B15D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D45

Black with #B15D45

Text Example


Text Example

White with #B15D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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