Html Css Color HEX #B3664B Tuscany

📋 copy color: '#B3664B'

red 179 ◦ green 102 ◦ blue 75

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

Shades of Tuscany #B3664B

Tints of Tuscany #B3664B

RGB

 RED value IS 179 (70.31% from 255) = 50.28%

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 50.28%
G = 28.65%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3664B (or 0xB3664B) is known color: Tuscany. HEX triplet: B3, 66 and 4B. RGB value is (179,102,75). Sum of RGB (Red+Green+Blue) = 179+102+75=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3664B is #4C99B4. Grayscale: #7A7A7A. Windows color (decimal): -5020085 or 4941491. OLE color: 4941491.

HSL color Cylindrical-coordinate representation of color #B3664B: hue angle of 15.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3664B is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 75 -
CMYK 0 0.43 0.58 0.30
HSL 15.58º 0.41% 0.5% -
HSV(B) 15.58º 0.58% 0.7% -
XYZ 24.61 19.59 9.14 -
YUV 121.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 179 102 75 0 0.43 0.58 0.30 15.58 0.41 0.5
Hex B3 66 4B 0 2B 3A 1E 10 29 32
Octal 263 146 113 0 53 72 36 20 51 62
Binary 10110011 1100110 1001011 0 101011 111010 11110 10000 101001 110010

Color Harmonies of #B3664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3664B

Black with #B3664B

Text Example


Text Example

White with #B3664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3664B; }

 p { color: rgb(179,102,75); }

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

background-color css

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

 a { background-color: rgb(179,102,75); }

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

border-color css

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

 span { border-color: rgb(179,102,75); }

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