Html Css Color HEX #B5654B Tuscany

📋 copy color: '#B5654B'

red 181 ◦ green 101 ◦ blue 75

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

Shades of Tuscany #B5654B

Tints of Tuscany #B5654B

RGB

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

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

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

R = 50.7%
G = 28.29%
B = 21.01%

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

#B5654B (or 0xB5654B) is known color: Tuscany. HEX triplet: B5, 65 and 4B. RGB value is (181,101,75). Sum of RGB (Red+Green+Blue) = 181+101+75=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5654B is #4A9AB4. Grayscale: #7A7A7A. Windows color (decimal): -4889269 or 4941237. OLE color: 4941237.

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

Color convert

RGB 181 101 75 -
CMYK 0 0.44 0.59 0.29
HSL 14.72º 0.42% 0.5% -
HSV(B) 14.72º 0.59% 0.71% -
XYZ 24.98 19.64 9.13 -
YUV 121.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 181 101 75 0 0.44 0.59 0.29 14.72 0.42 0.5
Hex B5 65 4B 0 2C 3B 1D F 2A 32
Octal 265 145 113 0 54 73 35 17 52 62
Binary 10110101 1100101 1001011 0 101100 111011 11101 1111 101010 110010

Color Harmonies of #B5654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5654B

Black with #B5654B

Text Example


Text Example

White with #B5654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5654B; }

 p { color: rgb(181,101,75); }

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

background-color css

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

 a { background-color: rgb(181,101,75); }

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

border-color css

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

 span { border-color: rgb(181,101,75); }

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