Html Css Color HEX #B25050 Chestnut

📋 copy color: '#B25050'

red 178 ◦ green 80 ◦ blue 80

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

Shades of Chestnut #B25050

Tints of Chestnut #B25050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 52.66%
G = 23.67%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B25050 (or 0xB25050) is known color: Chestnut. HEX triplet: B2, 50 and 50. RGB value is (178,80,80). Sum of RGB (Red+Green+Blue) = 178+80+80=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B25050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25050 is #4DAFAF. Grayscale: #6D6D6D. Windows color (decimal): -5091248 or 5263538. OLE color: 5263538.

HSL color Cylindrical-coordinate representation of color #B25050: 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.55%. Process color model (Four color, CMYK) of #B25050 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 80 -
CMYK 0 0.55 0.55 0.30
HSL 0.39% 0.51% -
HSV(B) 0.55% 0.7% -
XYZ 22.68 15.78 9.44 -
YUV 109.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 178 80 80 0 0.55 0.55 0.30 0 0.39 0.51
Hex B2 50 50 0 37 37 1E 0 27 33
Octal 262 120 120 0 67 67 36 0 47 63
Binary 10110010 1010000 1010000 0 110111 110111 11110 0 100111 110011

Color Harmonies of #B25050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25050

Black with #B25050

Text Example


Text Example

White with #B25050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25050; }

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

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

background-color css

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

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

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

border-color css

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

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

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