Html Css Color HEX #B05D45 Tuscany

📋 copy color: '#B05D45'

red 176 ◦ green 93 ◦ blue 69

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

Shades of Tuscany #B05D45

Tints of Tuscany #B05D45

RGB

 RED value IS 176 (69.14% from 255) = 52.07%

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

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

R = 52.07%
G = 27.51%
B = 20.41%

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

#B05D45 (or 0xB05D45) is known color: Tuscany. HEX triplet: B0, 5D and 45. RGB value is (176,93,69). Sum of RGB (Red+Green+Blue) = 176+93+69=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D45 is #4FA2BA. Grayscale: #737373. Windows color (decimal): -5219003 or 4545968. OLE color: 4545968.

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

Color convert

RGB 176 93 69 -
CMYK 0 0.47 0.61 0.31
HSL 13.46º 0.44% 0.48% -
HSV(B) 13.46º 0.61% 0.69% -
XYZ 22.89 17.49 7.8 -
YUV 115.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 176 93 69 0 0.47 0.61 0.31 13.46 0.44 0.48
Hex B0 5D 45 0 2F 3D 1F D 2C 30
Octal 260 135 105 0 57 75 37 15 54 60
Binary 10110000 1011101 1000101 0 101111 111101 11111 1101 101100 110000

Color Harmonies of #B05D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D45

Black with #B05D45

Text Example


Text Example

White with #B05D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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