Html Css Color HEX #B0613B Tuscany

📋 copy color: '#B0613B'

red 176 ◦ green 97 ◦ blue 59

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

Shades of Tuscany #B0613B

Tints of Tuscany #B0613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 53.01%
G = 29.22%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0613B (or 0xB0613B) is known color: Tuscany. HEX triplet: B0, 61 and 3B. RGB value is (176,97,59). Sum of RGB (Red+Green+Blue) = 176+97+59=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0613B is #4F9EC4. Grayscale: #747474. Windows color (decimal): -5217989 or 3891632. OLE color: 3891632.

HSL color Cylindrical-coordinate representation of color #B0613B: hue angle of 19.49º degrees, saturation: 0.5, 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 #B0613B is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 59 -
CMYK 0 0.45 0.66 0.31
HSL 19.49º 0.5% 0.46% -
HSV(B) 19.49º 0.66% 0.69% -
XYZ 22.97 18.1 6.42 -
YUV 116.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 176 97 59 0 0.45 0.66 0.31 19.49 0.5 0.46
Hex B0 61 3B 0 2D 42 1F 13 32 2E
Octal 260 141 73 0 55 102 37 23 62 56
Binary 10110000 1100001 111011 0 101101 1000010 11111 10011 110010 101110

Color Harmonies of #B0613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0613B

Black with #B0613B

Text Example


Text Example

White with #B0613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0613B; }

 p { color: rgb(176,97,59); }

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

background-color css

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

 a { background-color: rgb(176,97,59); }

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

border-color css

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

 span { border-color: rgb(176,97,59); }

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