Html Css Color HEX #B25A43 Tuscany

📋 copy color: '#B25A43'

red 178 ◦ green 90 ◦ blue 67

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

Shades of Tuscany #B25A43

Tints of Tuscany #B25A43

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 67 (26.56% from 255) = 20%

R = 53.13%
G = 26.87%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25A43 (or 0xB25A43) is known color: Tuscany. HEX triplet: B2, 5A and 43. RGB value is (178,90,67). Sum of RGB (Red+Green+Blue) = 178+90+67=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A43 is #4DA5BC. Grayscale: #717171. Windows color (decimal): -5088701 or 4414130. OLE color: 4414130.

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

Color convert

RGB 178 90 67 -
CMYK 0 0.49 0.62 0.30
HSL 12.43º 0.45% 0.48% -
HSV(B) 12.43º 0.62% 0.7% -
XYZ 23.03 17.18 7.41 -
YUV 113.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 178 90 67 0 0.49 0.62 0.30 12.43 0.45 0.48
Hex B2 5A 43 0 31 3E 1E C 2D 30
Octal 262 132 103 0 61 76 36 14 55 60
Binary 10110010 1011010 1000011 0 110001 111110 11110 1100 101101 110000

Color Harmonies of #B25A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A43

Black with #B25A43

Text Example


Text Example

White with #B25A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A43; }

 p { color: rgb(178,90,67); }

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

background-color css

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

 a { background-color: rgb(178,90,67); }

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

border-color css

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

 span { border-color: rgb(178,90,67); }

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