Html Css Color HEX #B4633B Tuscany

📋 copy color: '#B4633B'

red 180 ◦ green 99 ◦ blue 59

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

Shades of Tuscany #B4633B

Tints of Tuscany #B4633B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 53.25%
G = 29.29%
B = 17.46%

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

#B4633B (or 0xB4633B) is known color: Tuscany. HEX triplet: B4, 63 and 3B. RGB value is (180,99,59). Sum of RGB (Red+Green+Blue) = 180+99+59=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4633B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4633B is #4B9CC4. Grayscale: #767676. Windows color (decimal): -4955333 or 3892148. OLE color: 3892148.

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

Color convert

RGB 180 99 59 -
CMYK 0 0.45 0.67 0.29
HSL 19.83º 0.51% 0.47% -
HSV(B) 19.83º 0.67% 0.71% -
XYZ 24.07 18.94 6.53 -
YUV 118.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 180 99 59 0 0.45 0.67 0.29 19.83 0.51 0.47
Hex B4 63 3B 0 2D 43 1D 14 33 2F
Octal 264 143 73 0 55 103 35 24 63 57
Binary 10110100 1100011 111011 0 101101 1000011 11101 10100 110011 101111

Color Harmonies of #B4633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4633B

Black with #B4633B

Text Example


Text Example

White with #B4633B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4633B; }

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

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

background-color css

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

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

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

border-color css

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

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

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