Html Css Color HEX #B25E3C Tuscany

📋 copy color: '#B25E3C'

red 178 ◦ green 94 ◦ blue 60

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

Shades of Tuscany #B25E3C

Tints of Tuscany #B25E3C

RGB

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

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

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

R = 53.61%
G = 28.31%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B25E3C (or 0xB25E3C) is known color: Tuscany. HEX triplet: B2, 5E and 3C. RGB value is (178,94,60). Sum of RGB (Red+Green+Blue) = 178+94+60=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E3C is #4DA1C3. Grayscale: #737373. Windows color (decimal): -5087684 or 3956402. OLE color: 3956402.

HSL color Cylindrical-coordinate representation of color #B25E3C: hue angle of 17.29º 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 #B25E3C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 60 -
CMYK 0 0.47 0.66 0.30
HSL 17.29º 0.5% 0.47% -
HSV(B) 17.29º 0.66% 0.7% -
XYZ 23.18 17.8 6.49 -
YUV 115.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 178 94 60 0 0.47 0.66 0.30 17.29 0.5 0.47
Hex B2 5E 3C 0 2F 42 1E 11 32 2F
Octal 262 136 74 0 57 102 36 21 62 57
Binary 10110010 1011110 111100 0 101111 1000010 11110 10001 110010 101111

Color Harmonies of #B25E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E3C

Black with #B25E3C

Text Example


Text Example

White with #B25E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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