Html Css Color HEX #B0613C Tuscany

📋 copy color: '#B0613C'

red 176 ◦ green 97 ◦ blue 60

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

Shades of Tuscany #B0613C

Tints of Tuscany #B0613C

RGB

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

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

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

R = 52.85%
G = 29.13%
B = 18.02%

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

#B0613C (or 0xB0613C) is known color: Tuscany. HEX triplet: B0, 61 and 3C. RGB value is (176,97,60). Sum of RGB (Red+Green+Blue) = 176+97+60=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0613C is #4F9EC3. Grayscale: #747474. Windows color (decimal): -5217988 or 3957168. OLE color: 3957168.

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

Color convert

RGB 176 97 60 -
CMYK 0 0.45 0.66 0.31
HSL 19.14º 0.49% 0.46% -
HSV(B) 19.14º 0.66% 0.69% -
XYZ 22.99 18.11 6.56 -
YUV 116.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 176 97 60 0 0.45 0.66 0.31 19.14 0.49 0.46
Hex B0 61 3C 0 2D 42 1F 13 31 2E
Octal 260 141 74 0 55 102 37 23 61 56
Binary 10110000 1100001 111100 0 101101 1000010 11111 10011 110001 101110

Color Harmonies of #B0613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0613C

Black with #B0613C

Text Example


Text Example

White with #B0613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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