Html Css Color HEX #B25049 Chestnut

📋 copy color: '#B25049'

red 178 ◦ green 80 ◦ blue 73

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

Shades of Chestnut #B25049

Tints of Chestnut #B25049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 53.78%
G = 24.17%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B25049 (or 0xB25049) is known color: Chestnut. HEX triplet: B2, 50 and 49. RGB value is (178,80,73). Sum of RGB (Red+Green+Blue) = 178+80+73=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25049 is #4DAFB6. Grayscale: #6C6C6C. Windows color (decimal): -5091255 or 4804786. OLE color: 4804786.

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

Color convert

RGB 178 80 73 -
CMYK 0 0.55 0.59 0.30
HSL 0.42% 0.49% -
HSV(B) 0.59% 0.7% -
XYZ 22.43 15.68 8.15 -
YUV 108.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 178 80 73 0 0.55 0.59 0.30 4 0.42 0.49
Hex B2 50 49 0 37 3B 1E 4 2A 31
Octal 262 120 111 0 67 73 36 4 52 61
Binary 10110010 1010000 1001001 0 110111 111011 11110 100 101010 110001

Color Harmonies of #B25049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25049

Black with #B25049

Text Example


Text Example

White with #B25049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25049; }

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

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

background-color css

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

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

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

border-color css

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

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

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