Html Css Color HEX #B4603F Tuscany

📋 copy color: '#B4603F'

red 180 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #B4603F

Tints of Tuscany #B4603F

RGB

 RED value IS 180 (70.7% from 255) = 53.1%

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

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

R = 53.1%
G = 28.32%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4603F (or 0xB4603F) is known color: Tuscany. HEX triplet: B4, 60 and 3F. RGB value is (180,96,63). Sum of RGB (Red+Green+Blue) = 180+96+63=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4603F is #4B9FC0. Grayscale: #757575. Windows color (decimal): -4956097 or 4153524. OLE color: 4153524.

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

Color convert

RGB 180 96 63 -
CMYK 0 0.47 0.65 0.29
HSL 16.92º 0.48% 0.48% -
HSV(B) 16.92º 0.65% 0.71% -
XYZ 23.9 18.43 7 -
YUV 117.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 180 96 63 0 0.47 0.65 0.29 16.92 0.48 0.48
Hex B4 60 3F 0 2F 41 1D 11 30 30
Octal 264 140 77 0 57 101 35 21 60 60
Binary 10110100 1100000 111111 0 101111 1000001 11101 10001 110000 110000

Color Harmonies of #B4603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4603F

Black with #B4603F

Text Example


Text Example

White with #B4603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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