Html Css Color HEX #B4653E Tuscany

📋 copy color: '#B4653E'

red 180 ◦ green 101 ◦ blue 62

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

Shades of Tuscany #B4653E

Tints of Tuscany #B4653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 52.48%
G = 29.45%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4653E (or 0xB4653E) is known color: Tuscany. HEX triplet: B4, 65 and 3E. RGB value is (180,101,62). Sum of RGB (Red+Green+Blue) = 180+101+62=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4653E is #4B9AC1. Grayscale: #787878. Windows color (decimal): -4954818 or 4089268. OLE color: 4089268.

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

Color convert

RGB 180 101 62 -
CMYK 0 0.44 0.66 0.29
HSL 19.83º 0.49% 0.47% -
HSV(B) 19.83º 0.66% 0.71% -
XYZ 24.35 19.36 7.01 -
YUV 120.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 180 101 62 0 0.44 0.66 0.29 19.83 0.49 0.47
Hex B4 65 3E 0 2C 42 1D 14 31 2F
Octal 264 145 76 0 54 102 35 24 61 57
Binary 10110100 1100101 111110 0 101100 1000010 11101 10100 110001 101111

Color Harmonies of #B4653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4653E

Black with #B4653E

Text Example


Text Example

White with #B4653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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