Html Css Color HEX #B8603F Tuscany

📋 copy color: '#B8603F'

red 184 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #B8603F

Tints of Tuscany #B8603F

RGB

 RED value IS 184 (72.27% from 255) = 53.64%

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

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

R = 53.64%
G = 27.99%
B = 18.37%

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

#B8603F (or 0xB8603F) is known color: Tuscany. HEX triplet: B8, 60 and 3F. RGB value is (184,96,63). Sum of RGB (Red+Green+Blue) = 184+96+63=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8603F is #479FC0. Grayscale: #767676. Windows color (decimal): -4693953 or 4153528. OLE color: 4153528.

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

Color convert

RGB 184 96 63 -
CMYK 0 0.48 0.66 0.28
HSL 16.36º 0.49% 0.48% -
HSV(B) 16.36º 0.66% 0.72% -
XYZ 24.85 18.91 7.04 -
YUV 118.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 184 96 63 0 0.48 0.66 0.28 16.36 0.49 0.48
Hex B8 60 3F 0 30 42 1C 10 31 30
Octal 270 140 77 0 60 102 34 20 61 60
Binary 10111000 1100000 111111 0 110000 1000010 11100 10000 110001 110000

Color Harmonies of #B8603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8603F

Black with #B8603F

Text Example


Text Example

White with #B8603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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