Html Css Color HEX #B05D3A Tuscany

📋 copy color: '#B05D3A'

red 176 ◦ green 93 ◦ blue 58

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

Shades of Tuscany #B05D3A

Tints of Tuscany #B05D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 53.82%
G = 28.44%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B05D3A (or 0xB05D3A) is known color: Tuscany. HEX triplet: B0, 5D and 3A. RGB value is (176,93,58). Sum of RGB (Red+Green+Blue) = 176+93+58=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D3A is #4FA2C5. Grayscale: #727272. Windows color (decimal): -5219014 or 3825072. OLE color: 3825072.

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

Color convert

RGB 176 93 58 -
CMYK 0 0.47 0.67 0.31
HSL 17.8º 0.5% 0.46% -
HSV(B) 17.8º 0.67% 0.69% -
XYZ 22.58 17.36 6.16 -
YUV 113.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 176 93 58 0 0.47 0.67 0.31 17.8 0.5 0.46
Hex B0 5D 3A 0 2F 43 1F 12 32 2E
Octal 260 135 72 0 57 103 37 22 62 56
Binary 10110000 1011101 111010 0 101111 1000011 11111 10010 110010 101110

Color Harmonies of #B05D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D3A

Black with #B05D3A

Text Example


Text Example

White with #B05D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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