Html Css Color HEX #B2613F Tuscany

📋 copy color: '#B2613F'

red 178 ◦ green 97 ◦ blue 63

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

Shades of Tuscany #B2613F

Tints of Tuscany #B2613F

RGB

 RED value IS 178 (69.92% from 255) = 52.66%

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

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

R = 52.66%
G = 28.7%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2613F (or 0xB2613F) is known color: Tuscany. HEX triplet: B2, 61 and 3F. RGB value is (178,97,63). Sum of RGB (Red+Green+Blue) = 178+97+63=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2613F is #4D9EC0. Grayscale: #757575. Windows color (decimal): -5086913 or 4153778. OLE color: 4153778.

HSL color Cylindrical-coordinate representation of color #B2613F: hue angle of 17.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2613F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 63 -
CMYK 0 0.46 0.65 0.30
HSL 17.74º 0.48% 0.47% -
HSV(B) 17.74º 0.65% 0.7% -
XYZ 23.53 18.37 7.01 -
YUV 117.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 178 97 63 0 0.46 0.65 0.30 17.74 0.48 0.47
Hex B2 61 3F 0 2E 41 1E 12 30 2F
Octal 262 141 77 0 56 101 36 22 60 57
Binary 10110010 1100001 111111 0 101110 1000001 11110 10010 110000 101111

Color Harmonies of #B2613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2613F

Black with #B2613F

Text Example


Text Example

White with #B2613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2613F; }

 p { color: rgb(178,97,63); }

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

background-color css

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

 a { background-color: rgb(178,97,63); }

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

border-color css

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

 span { border-color: rgb(178,97,63); }

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