Html Css Color HEX #B25E47 Tuscany

📋 copy color: '#B25E47'

red 178 ◦ green 94 ◦ blue 71

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

Shades of Tuscany #B25E47

Tints of Tuscany #B25E47

RGB

 RED value IS 178 (69.92% from 255) = 51.9%

 GREEN value IS 94 (37.11% from 255) = 27.41%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 51.9%
G = 27.41%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B25E47 (or 0xB25E47) is known color: Tuscany. HEX triplet: B2, 5E and 47. RGB value is (178,94,71). Sum of RGB (Red+Green+Blue) = 178+94+71=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E47 is #4DA1B8. Grayscale: #747474. Windows color (decimal): -5087673 or 4677298. OLE color: 4677298.

HSL color Cylindrical-coordinate representation of color #B25E47: hue angle of 12.9º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25E47 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 71 -
CMYK 0 0.47 0.60 0.30
HSL 12.9º 0.43% 0.49% -
HSV(B) 12.9º 0.6% 0.7% -
XYZ 23.5 17.93 8.18 -
YUV 116.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 178 94 71 0 0.47 0.60 0.30 12.9 0.43 0.49
Hex B2 5E 47 0 2F 3C 1E D 2B 31
Octal 262 136 107 0 57 74 36 15 53 61
Binary 10110010 1011110 1000111 0 101111 111100 11110 1101 101011 110001

Color Harmonies of #B25E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E47

Black with #B25E47

Text Example


Text Example

White with #B25E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E47; }

 p { color: rgb(178,94,71); }

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

background-color css

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

 a { background-color: rgb(178,94,71); }

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

border-color css

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

 span { border-color: rgb(178,94,71); }

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