Html Css Color HEX #B25A3C Tuscany

📋 copy color: '#B25A3C'

red 178 ◦ green 90 ◦ blue 60

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

Shades of Tuscany #B25A3C

Tints of Tuscany #B25A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 54.27%
G = 27.44%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B25A3C (or 0xB25A3C) is known color: Tuscany. HEX triplet: B2, 5A and 3C. RGB value is (178,90,60). Sum of RGB (Red+Green+Blue) = 178+90+60=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A3C is #4DA5C3. Grayscale: #717171. Windows color (decimal): -5088708 or 3955378. OLE color: 3955378.

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

Color convert

RGB 178 90 60 -
CMYK 0 0.49 0.66 0.30
HSL 15.25º 0.5% 0.47% -
HSV(B) 15.25º 0.66% 0.7% -
XYZ 22.83 17.1 6.37 -
YUV 112.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 178 90 60 0 0.49 0.66 0.30 15.25 0.5 0.47
Hex B2 5A 3C 0 31 42 1E F 32 2F
Octal 262 132 74 0 61 102 36 17 62 57
Binary 10110010 1011010 111100 0 110001 1000010 11110 1111 110010 101111

Color Harmonies of #B25A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A3C

Black with #B25A3C

Text Example


Text Example

White with #B25A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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