Html Css Color HEX #B25047 Chestnut

📋 copy color: '#B25047'

red 178 ◦ green 80 ◦ blue 71

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

Shades of Chestnut #B25047

Tints of Chestnut #B25047

RGB

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

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

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

R = 54.1%
G = 24.32%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B25047 (or 0xB25047) is known color: Chestnut. HEX triplet: B2, 50 and 47. RGB value is (178,80,71). Sum of RGB (Red+Green+Blue) = 178+80+71=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B25047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25047 is #4DAFB8. Grayscale: #6C6C6C. Windows color (decimal): -5091257 or 4673714. OLE color: 4673714.

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

Color convert

RGB 178 80 71 -
CMYK 0 0.55 0.60 0.30
HSL 5.05º 0.43% 0.49% -
HSV(B) 5.05º 0.6% 0.7% -
XYZ 22.37 15.66 7.8 -
YUV 108.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 178 80 71 0 0.55 0.60 0.30 5.05 0.43 0.49
Hex B2 50 47 0 37 3C 1E 5 2B 31
Octal 262 120 107 0 67 74 36 5 53 61
Binary 10110010 1010000 1000111 0 110111 111100 11110 101 101011 110001

Color Harmonies of #B25047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25047

Black with #B25047

Text Example


Text Example

White with #B25047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25047; }

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

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

background-color css

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

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

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

border-color css

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

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

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