Html Css Color HEX #B4633C Tuscany

📋 copy color: '#B4633C'

red 180 ◦ green 99 ◦ blue 60

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

Shades of Tuscany #B4633C

Tints of Tuscany #B4633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 53.1%
G = 29.2%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4633C (or 0xB4633C) is known color: Tuscany. HEX triplet: B4, 63 and 3C. RGB value is (180,99,60). Sum of RGB (Red+Green+Blue) = 180+99+60=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4633C is #4B9CC3. Grayscale: #777777. Windows color (decimal): -4955332 or 3957684. OLE color: 3957684.

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

Color convert

RGB 180 99 60 -
CMYK 0 0.45 0.67 0.29
HSL 19.5º 0.5% 0.47% -
HSV(B) 19.5º 0.67% 0.71% -
XYZ 24.1 18.95 6.66 -
YUV 118.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 180 99 60 0 0.45 0.67 0.29 19.5 0.5 0.47
Hex B4 63 3C 0 2D 43 1D 14 32 2F
Octal 264 143 74 0 55 103 35 24 62 57
Binary 10110100 1100011 111100 0 101101 1000011 11101 10100 110010 101111

Color Harmonies of #B4633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4633C

Black with #B4633C

Text Example


Text Example

White with #B4633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4633C; }

 p { color: rgb(180,99,60); }

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

background-color css

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

 a { background-color: rgb(180,99,60); }

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

border-color css

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

 span { border-color: rgb(180,99,60); }

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