Html Css Color HEX #B25147 Chestnut

📋 copy color: '#B25147'

red 178 ◦ green 81 ◦ blue 71

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

Shades of Chestnut #B25147

Tints of Chestnut #B25147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 53.94%
G = 24.55%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B25147 (or 0xB25147) is known color: Chestnut. HEX triplet: B2, 51 and 47. RGB value is (178,81,71). Sum of RGB (Red+Green+Blue) = 178+81+71=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25147 is #4DAEB8. Grayscale: #6D6D6D. Windows color (decimal): -5091001 or 4673970. OLE color: 4673970.

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

Color convert

RGB 178 81 71 -
CMYK 0 0.54 0.60 0.30
HSL 5.61º 0.43% 0.49% -
HSV(B) 5.61º 0.6% 0.7% -
XYZ 22.44 15.8 7.83 -
YUV 108.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 178 81 71 0 0.54 0.60 0.30 5.61 0.43 0.49
Hex B2 51 47 0 36 3C 1E 6 2B 31
Octal 262 121 107 0 66 74 36 6 53 61
Binary 10110010 1010001 1000111 0 110110 111100 11110 110 101011 110001

Color Harmonies of #B25147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25147

Black with #B25147

Text Example


Text Example

White with #B25147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25147; }

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

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

background-color css

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

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

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

border-color css

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

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

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