Html Css Color HEX #B25151 Chestnut

📋 copy color: '#B25151'

red 178 ◦ green 81 ◦ blue 81

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

Shades of Chestnut #B25151

Tints of Chestnut #B25151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 52.35%
G = 23.82%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B25151 (or 0xB25151) is known color: Chestnut. HEX triplet: B2, 51 and 51. RGB value is (178,81,81). Sum of RGB (Red+Green+Blue) = 178+81+81=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B25151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25151 is #4DAEAE. Grayscale: #6E6E6E. Windows color (decimal): -5090991 or 5329330. OLE color: 5329330.

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

Color convert

RGB 178 81 81 -
CMYK 0 0.54 0.54 0.30
HSL 0.39% 0.51% -
HSV(B) 0.54% 0.7% -
XYZ 22.79 15.94 9.66 -
YUV 110 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 178 81 81 0 0.54 0.54 0.30 0 0.39 0.51
Hex B2 51 51 0 36 36 1E 0 27 33
Octal 262 121 121 0 66 66 36 0 47 63
Binary 10110010 1010001 1010001 0 110110 110110 11110 0 100111 110011

Color Harmonies of #B25151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25151

Black with #B25151

Text Example


Text Example

White with #B25151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25151; }

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

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

background-color css

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

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

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

border-color css

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

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

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