Html Css Color HEX #B25841 Tuscany

📋 copy color: '#B25841'

red 178 ◦ green 88 ◦ blue 65

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

Shades of Tuscany #B25841

Tints of Tuscany #B25841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 53.78%
G = 26.59%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25841 (or 0xB25841) is known color: Tuscany. HEX triplet: B2, 58 and 41. RGB value is (178,88,65). Sum of RGB (Red+Green+Blue) = 178+88+65=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25841 is #4DA7BE. Grayscale: #707070. Windows color (decimal): -5089215 or 4282546. OLE color: 4282546.

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

Color convert

RGB 178 88 65 -
CMYK 0 0.51 0.63 0.30
HSL 12.21º 0.47% 0.48% -
HSV(B) 12.21º 0.63% 0.7% -
XYZ 22.8 16.83 7.05 -
YUV 112.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 178 88 65 0 0.51 0.63 0.30 12.21 0.47 0.48
Hex B2 58 41 0 33 3F 1E C 2F 30
Octal 262 130 101 0 63 77 36 14 57 60
Binary 10110010 1011000 1000001 0 110011 111111 11110 1100 101111 110000

Color Harmonies of #B25841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25841

Black with #B25841

Text Example


Text Example

White with #B25841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25841; }

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

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

background-color css

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

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

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

border-color css

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

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

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