Html Css Color HEX #B4603E Tuscany

📋 copy color: '#B4603E'

red 180 ◦ green 96 ◦ blue 62

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

Shades of Tuscany #B4603E

Tints of Tuscany #B4603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 53.25%
G = 28.4%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4603E (or 0xB4603E) is known color: Tuscany. HEX triplet: B4, 60 and 3E. RGB value is (180,96,62). Sum of RGB (Red+Green+Blue) = 180+96+62=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4603E is #4B9FC1. Grayscale: #757575. Windows color (decimal): -4956098 or 4087988. OLE color: 4087988.

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

Color convert

RGB 180 96 62 -
CMYK 0 0.47 0.66 0.29
HSL 17.29º 0.49% 0.47% -
HSV(B) 17.29º 0.66% 0.71% -
XYZ 23.87 18.42 6.85 -
YUV 117.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 180 96 62 0 0.47 0.66 0.29 17.29 0.49 0.47
Hex B4 60 3E 0 2F 42 1D 11 31 2F
Octal 264 140 76 0 57 102 35 21 61 57
Binary 10110100 1100000 111110 0 101111 1000010 11101 10001 110001 101111

Color Harmonies of #B4603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4603E

Black with #B4603E

Text Example


Text Example

White with #B4603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4603E; }

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

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

background-color css

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

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

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

border-color css

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

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

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