Html Css Color HEX #B25149 Chestnut

📋 copy color: '#B25149'

red 178 ◦ green 81 ◦ blue 73

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

Shades of Chestnut #B25149

Tints of Chestnut #B25149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 53.61%
G = 24.4%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B25149 (or 0xB25149) is known color: Chestnut. HEX triplet: B2, 51 and 49. RGB value is (178,81,73). Sum of RGB (Red+Green+Blue) = 178+81+73=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B25149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25149 is #4DAEB6. Grayscale: #6D6D6D. Windows color (decimal): -5090999 or 4805042. OLE color: 4805042.

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

Color convert

RGB 178 81 73 -
CMYK 0 0.54 0.59 0.30
HSL 4.57º 0.42% 0.49% -
HSV(B) 4.57º 0.59% 0.7% -
XYZ 22.51 15.83 8.17 -
YUV 109.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 178 81 73 0 0.54 0.59 0.30 4.57 0.42 0.49
Hex B2 51 49 0 36 3B 1E 5 2A 31
Octal 262 121 111 0 66 73 36 5 52 61
Binary 10110010 1010001 1001001 0 110110 111011 11110 101 101010 110001

Color Harmonies of #B25149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25149

Black with #B25149

Text Example


Text Example

White with #B25149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25149; }

 p { color: rgb(178,81,73); }

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

background-color css

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

 a { background-color: rgb(178,81,73); }

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

border-color css

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

 span { border-color: rgb(178,81,73); }

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