Html Css Color HEX #B25C45 Tuscany

📋 copy color: '#B25C45'

red 178 ◦ green 92 ◦ blue 69

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

Shades of Tuscany #B25C45

Tints of Tuscany #B25C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 52.51%
G = 27.14%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B25C45 (or 0xB25C45) is known color: Tuscany. HEX triplet: B2, 5C and 45. RGB value is (178,92,69). Sum of RGB (Red+Green+Blue) = 178+92+69=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C45 is #4DA3BA. Grayscale: #737373. Windows color (decimal): -5088187 or 4545714. OLE color: 4545714.

HSL color Cylindrical-coordinate representation of color #B25C45: hue angle of 12.66º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25C45 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 92 69 -
CMYK 0 0.48 0.61 0.30
HSL 12.66º 0.44% 0.48% -
HSV(B) 12.66º 0.61% 0.7% -
XYZ 23.26 17.55 7.79 -
YUV 115.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 178 92 69 0 0.48 0.61 0.30 12.66 0.44 0.48
Hex B2 5C 45 0 30 3D 1E D 2C 30
Octal 262 134 105 0 60 75 36 15 54 60
Binary 10110010 1011100 1000101 0 110000 111101 11110 1101 101100 110000

Color Harmonies of #B25C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C45

Black with #B25C45

Text Example


Text Example

White with #B25C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C45; }

 p { color: rgb(178,92,69); }

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

background-color css

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

 a { background-color: rgb(178,92,69); }

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

border-color css

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

 span { border-color: rgb(178,92,69); }

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