Html Css Color HEX #B5664A Tuscany

📋 copy color: '#B5664A'

red 181 ◦ green 102 ◦ blue 74

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

Shades of Tuscany #B5664A

Tints of Tuscany #B5664A

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

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

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 50.7%
G = 28.57%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5664A (or 0xB5664A) is known color: Tuscany. HEX triplet: B5, 66 and 4A. RGB value is (181,102,74). Sum of RGB (Red+Green+Blue) = 181+102+74=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5664A is #4A99B5. Grayscale: #7A7A7A. Windows color (decimal): -4889014 or 4875957. OLE color: 4875957.

HSL color Cylindrical-coordinate representation of color #B5664A: hue angle of 15.7º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5664A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 74 -
CMYK 0 0.44 0.59 0.29
HSL 15.7º 0.42% 0.5% -
HSV(B) 15.7º 0.59% 0.71% -
XYZ 25.04 19.82 8.98 -
YUV 122.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 181 102 74 0 0.44 0.59 0.29 15.7 0.42 0.5
Hex B5 66 4A 0 2C 3B 1D 10 2A 32
Octal 265 146 112 0 54 73 35 20 52 62
Binary 10110101 1100110 1001010 0 101100 111011 11101 10000 101010 110010

Color Harmonies of #B5664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5664A

Black with #B5664A

Text Example


Text Example

White with #B5664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5664A; }

 p { color: rgb(181,102,74); }

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

background-color css

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

 a { background-color: rgb(181,102,74); }

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

border-color css

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

 span { border-color: rgb(181,102,74); }

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