Html Css Color HEX #B25941 Tuscany

📋 copy color: '#B25941'

red 178 ◦ green 89 ◦ blue 65

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

Shades of Tuscany #B25941

Tints of Tuscany #B25941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 53.61%
G = 26.81%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25941 (or 0xB25941) is known color: Tuscany. HEX triplet: B2, 59 and 41. RGB value is (178,89,65). Sum of RGB (Red+Green+Blue) = 178+89+65=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B25941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25941 is #4DA6BE. Grayscale: #717171. Windows color (decimal): -5088959 or 4282802. OLE color: 4282802.

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

Color convert

RGB 178 89 65 -
CMYK 0 0.5 0.63 0.30
HSL 12.74º 0.47% 0.48% -
HSV(B) 12.74º 0.63% 0.7% -
XYZ 22.89 16.99 7.07 -
YUV 112.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 178 89 65 0 0.5 0.63 0.30 12.74 0.47 0.48
Hex B2 59 41 0 32 3F 1E D 2F 30
Octal 262 131 101 0 62 77 36 15 57 60
Binary 10110010 1011001 1000001 0 110010 111111 11110 1101 101111 110000

Color Harmonies of #B25941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25941

Black with #B25941

Text Example


Text Example

White with #B25941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25941; }

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

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

background-color css

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

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

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

border-color css

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

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

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