Html Css Color HEX #B05A40 Tuscany

📋 copy color: '#B05A40'

red 176 ◦ green 90 ◦ blue 64

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

Shades of Tuscany #B05A40

Tints of Tuscany #B05A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 53.33%
G = 27.27%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05A40 (or 0xB05A40) is known color: Tuscany. HEX triplet: B0, 5A and 40. RGB value is (176,90,64). Sum of RGB (Red+Green+Blue) = 176+90+64=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A40 is #4FA5BF. Grayscale: #707070. Windows color (decimal): -5219776 or 4217520. OLE color: 4217520.

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

Color convert

RGB 176 90 64 -
CMYK 0 0.49 0.64 0.31
HSL 13.93º 0.47% 0.47% -
HSV(B) 13.93º 0.64% 0.69% -
XYZ 22.49 16.91 6.93 -
YUV 112.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 176 90 64 0 0.49 0.64 0.31 13.93 0.47 0.47
Hex B0 5A 40 0 31 40 1F E 2F 2F
Octal 260 132 100 0 61 100 37 16 57 57
Binary 10110000 1011010 1000000 0 110001 1000000 11111 1110 101111 101111

Color Harmonies of #B05A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A40

Black with #B05A40

Text Example


Text Example

White with #B05A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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