Html Css Color HEX #B25144 Chestnut

📋 copy color: '#B25144'

red 178 ◦ green 81 ◦ blue 68

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

Shades of Chestnut #B25144

Tints of Chestnut #B25144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 54.43%
G = 24.77%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25144 (or 0xB25144) is known color: Chestnut. HEX triplet: B2, 51 and 44. RGB value is (178,81,68). Sum of RGB (Red+Green+Blue) = 178+81+68=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B25144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25144 is #4DAEBB. Grayscale: #6C6C6C. Windows color (decimal): -5091004 or 4477362. OLE color: 4477362.

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

Color convert

RGB 178 81 68 -
CMYK 0 0.54 0.62 0.30
HSL 7.09º 0.45% 0.48% -
HSV(B) 7.09º 0.62% 0.7% -
XYZ 22.35 15.77 7.33 -
YUV 108.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 178 81 68 0 0.54 0.62 0.30 7.09 0.45 0.48
Hex B2 51 44 0 36 3E 1E 7 2D 30
Octal 262 121 104 0 66 76 36 7 55 60
Binary 10110010 1010001 1000100 0 110110 111110 11110 111 101101 110000

Color Harmonies of #B25144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25144

Black with #B25144

Text Example


Text Example

White with #B25144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25144; }

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

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

background-color css

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

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

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

border-color css

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

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

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