Html Css Color HEX #B05A3C Tuscany

📋 copy color: '#B05A3C'

red 176 ◦ green 90 ◦ blue 60

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

Shades of Tuscany #B05A3C

Tints of Tuscany #B05A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 53.99%
G = 27.61%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B05A3C (or 0xB05A3C) is known color: Tuscany. HEX triplet: B0, 5A and 3C. RGB value is (176,90,60). Sum of RGB (Red+Green+Blue) = 176+90+60=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A3C is #4FA5C3. Grayscale: #707070. Windows color (decimal): -5219780 or 3955376. OLE color: 3955376.

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

Color convert

RGB 176 90 60 -
CMYK 0 0.49 0.66 0.31
HSL 15.52º 0.49% 0.46% -
HSV(B) 15.52º 0.66% 0.69% -
XYZ 22.38 16.87 6.35 -
YUV 112.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 176 90 60 0 0.49 0.66 0.31 15.52 0.49 0.46
Hex B0 5A 3C 0 31 42 1F 10 31 2E
Octal 260 132 74 0 61 102 37 20 61 56
Binary 10110000 1011010 111100 0 110001 1000010 11111 10000 110001 101110

Color Harmonies of #B05A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A3C

Black with #B05A3C

Text Example


Text Example

White with #B05A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A3C; }

 p { color: rgb(176,90,60); }

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

background-color css

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

 a { background-color: rgb(176,90,60); }

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

border-color css

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

 span { border-color: rgb(176,90,60); }

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