Html Css Color HEX #B7603F Tuscany

📋 copy color: '#B7603F'

red 183 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #B7603F

Tints of Tuscany #B7603F

RGB

 RED value IS 183 (71.88% from 255) = 53.51%

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

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

R = 53.51%
G = 28.07%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7603F (or 0xB7603F) is known color: Tuscany. HEX triplet: B7, 60 and 3F. RGB value is (183,96,63). Sum of RGB (Red+Green+Blue) = 183+96+63=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7603F is #489FC0. Grayscale: #767676. Windows color (decimal): -4759489 or 4153527. OLE color: 4153527.

HSL color Cylindrical-coordinate representation of color #B7603F: hue angle of 16.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7603F is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 63 -
CMYK 0 0.48 0.66 0.28
HSL 16.5º 0.49% 0.48% -
HSV(B) 16.5º 0.66% 0.72% -
XYZ 24.61 18.79 7.03 -
YUV 118.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 183 96 63 0 0.48 0.66 0.28 16.5 0.49 0.48
Hex B7 60 3F 0 30 42 1C 10 31 30
Octal 267 140 77 0 60 102 34 20 61 60
Binary 10110111 1100000 111111 0 110000 1000010 11100 10000 110001 110000

Color Harmonies of #B7603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7603F

Black with #B7603F

Text Example


Text Example

White with #B7603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7603F; }

 p { color: rgb(183,96,63); }

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

background-color css

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

 a { background-color: rgb(183,96,63); }

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

border-color css

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

 span { border-color: rgb(183,96,63); }

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