Html Css Color HEX #B2603C Tuscany

📋 copy color: '#B2603C'

red 178 ◦ green 96 ◦ blue 60

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

Shades of Tuscany #B2603C

Tints of Tuscany #B2603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 53.29%
G = 28.74%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2603C (or 0xB2603C) is known color: Tuscany. HEX triplet: B2, 60 and 3C. RGB value is (178,96,60). Sum of RGB (Red+Green+Blue) = 178+96+60=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2603C is #4D9FC3. Grayscale: #747474. Windows color (decimal): -5087172 or 3956914. OLE color: 3956914.

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

Color convert

RGB 178 96 60 -
CMYK 0 0.46 0.66 0.30
HSL 18.31º 0.5% 0.47% -
HSV(B) 18.31º 0.66% 0.7% -
XYZ 23.36 18.16 6.55 -
YUV 116.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 178 96 60 0 0.46 0.66 0.30 18.31 0.5 0.47
Hex B2 60 3C 0 2E 42 1E 12 32 2F
Octal 262 140 74 0 56 102 36 22 62 57
Binary 10110010 1100000 111100 0 101110 1000010 11110 10010 110010 101111

Color Harmonies of #B2603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2603C

Black with #B2603C

Text Example


Text Example

White with #B2603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2603C; }

 p { color: rgb(178,96,60); }

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

background-color css

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

 a { background-color: rgb(178,96,60); }

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

border-color css

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

 span { border-color: rgb(178,96,60); }

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