Html Css Color HEX #B4633D Tuscany

📋 copy color: '#B4633D'

red 180 ◦ green 99 ◦ blue 61

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

Shades of Tuscany #B4633D

Tints of Tuscany #B4633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 52.94%
G = 29.12%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4633D (or 0xB4633D) is known color: Tuscany. HEX triplet: B4, 63 and 3D. RGB value is (180,99,61). Sum of RGB (Red+Green+Blue) = 180+99+61=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4633D is #4B9CC2. Grayscale: #777777. Windows color (decimal): -4955331 or 4023220. OLE color: 4023220.

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

Color convert

RGB 180 99 61 -
CMYK 0 0.45 0.66 0.29
HSL 19.16º 0.49% 0.47% -
HSV(B) 19.16º 0.66% 0.71% -
XYZ 24.13 18.96 6.8 -
YUV 118.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 180 99 61 0 0.45 0.66 0.29 19.16 0.49 0.47
Hex B4 63 3D 0 2D 42 1D 13 31 2F
Octal 264 143 75 0 55 102 35 23 61 57
Binary 10110100 1100011 111101 0 101101 1000010 11101 10011 110001 101111

Color Harmonies of #B4633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4633D

Black with #B4633D

Text Example


Text Example

White with #B4633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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