Html Css Color HEX #B25940 Tuscany

📋 copy color: '#B25940'

red 178 ◦ green 89 ◦ blue 64

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

Shades of Tuscany #B25940

Tints of Tuscany #B25940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 53.78%
G = 26.89%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B25940 (or 0xB25940) is known color: Tuscany. HEX triplet: B2, 59 and 40. RGB value is (178,89,64). Sum of RGB (Red+Green+Blue) = 178+89+64=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25940 is #4DA6BF. Grayscale: #707070. Windows color (decimal): -5088960 or 4217266. OLE color: 4217266.

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

Color convert

RGB 178 89 64 -
CMYK 0 0.5 0.64 0.30
HSL 13.16º 0.47% 0.47% -
HSV(B) 13.16º 0.64% 0.7% -
XYZ 22.86 16.98 6.92 -
YUV 112.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 178 89 64 0 0.5 0.64 0.30 13.16 0.47 0.47
Hex B2 59 40 0 32 40 1E D 2F 2F
Octal 262 131 100 0 62 100 36 15 57 57
Binary 10110010 1011001 1000000 0 110010 1000000 11110 1101 101111 101111

Color Harmonies of #B25940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25940

Black with #B25940

Text Example


Text Example

White with #B25940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25940; }

 p { color: rgb(178,89,64); }

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

background-color css

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

 a { background-color: rgb(178,89,64); }

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

border-color css

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

 span { border-color: rgb(178,89,64); }

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