Html Css Color HEX #B5643F Tuscany

📋 copy color: '#B5643F'

red 181 ◦ green 100 ◦ blue 63

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

Shades of Tuscany #B5643F

Tints of Tuscany #B5643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 63 (25% from 255) = 18.31%

R = 52.62%
G = 29.07%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5643F (or 0xB5643F) is known color: Tuscany. HEX triplet: B5, 64 and 3F. RGB value is (181,100,63). Sum of RGB (Red+Green+Blue) = 181+100+63=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5643F is #4A9BC0. Grayscale: #787878. Windows color (decimal): -4889537 or 4154549. OLE color: 4154549.

HSL color Cylindrical-coordinate representation of color #B5643F: hue angle of 18.81º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5643F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 63 -
CMYK 0 0.45 0.65 0.29
HSL 18.81º 0.48% 0.48% -
HSV(B) 18.81º 0.65% 0.71% -
XYZ 24.51 19.3 7.14 -
YUV 120 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 181 100 63 0 0.45 0.65 0.29 18.81 0.48 0.48
Hex B5 64 3F 0 2D 41 1D 13 30 30
Octal 265 144 77 0 55 101 35 23 60 60
Binary 10110101 1100100 111111 0 101101 1000001 11101 10011 110000 110000

Color Harmonies of #B5643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5643F

Black with #B5643F

Text Example


Text Example

White with #B5643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5643F; }

 p { color: rgb(181,100,63); }

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

background-color css

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

 a { background-color: rgb(181,100,63); }

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

border-color css

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

 span { border-color: rgb(181,100,63); }

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