Html Css Color HEX #B0583F Tuscany

📋 copy color: '#B0583F'

red 176 ◦ green 88 ◦ blue 63

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

Shades of Tuscany #B0583F

Tints of Tuscany #B0583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 63 (25% from 255) = 19.27%

R = 53.82%
G = 26.91%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0583F (or 0xB0583F) is known color: Tuscany. HEX triplet: B0, 58 and 3F. RGB value is (176,88,63). Sum of RGB (Red+Green+Blue) = 176+88+63=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B0583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0583F is #4FA7C0. Grayscale: #6F6F6F. Windows color (decimal): -5220289 or 4151472. OLE color: 4151472.

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

Color convert

RGB 176 88 63 -
CMYK 0 0.50 0.64 0.31
HSL 13.27º 0.47% 0.47% -
HSV(B) 13.27º 0.64% 0.69% -
XYZ 22.29 16.57 6.73 -
YUV 111.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 176 88 63 0 0.50 0.64 0.31 13.27 0.47 0.47
Hex B0 58 3F 0 32 40 1F D 2F 2F
Octal 260 130 77 0 62 100 37 15 57 57
Binary 10110000 1011000 111111 0 110010 1000000 11111 1101 101111 101111

Color Harmonies of #B0583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0583F

Black with #B0583F

Text Example


Text Example

White with #B0583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0583F; }

 p { color: rgb(176,88,63); }

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

background-color css

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

 a { background-color: rgb(176,88,63); }

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

border-color css

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

 span { border-color: rgb(176,88,63); }

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