Html Css Color HEX #B4663E Tuscany

📋 copy color: '#B4663E'

red 180 ◦ green 102 ◦ blue 62

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

Shades of Tuscany #B4663E

Tints of Tuscany #B4663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 52.33%
G = 29.65%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4663E (or 0xB4663E) is known color: Tuscany. HEX triplet: B4, 66 and 3E. RGB value is (180,102,62). Sum of RGB (Red+Green+Blue) = 180+102+62=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4663E is #4B99C1. Grayscale: #797979. Windows color (decimal): -4954562 or 4089524. OLE color: 4089524.

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

Color convert

RGB 180 102 62 -
CMYK 0 0.43 0.66 0.29
HSL 20.34º 0.49% 0.47% -
HSV(B) 20.34º 0.66% 0.71% -
XYZ 24.44 19.55 7.04 -
YUV 120.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 180 102 62 0 0.43 0.66 0.29 20.34 0.49 0.47
Hex B4 66 3E 0 2B 42 1D 14 31 2F
Octal 264 146 76 0 53 102 35 24 61 57
Binary 10110100 1100110 111110 0 101011 1000010 11101 10100 110001 101111

Color Harmonies of #B4663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4663E

Black with #B4663E

Text Example


Text Example

White with #B4663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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