Html Css Color HEX #B04E4D Chestnut

📋 copy color: '#B04E4D'

red 176 ◦ green 78 ◦ blue 77

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

Shades of Chestnut #B04E4D

Tints of Chestnut #B04E4D

RGB

 RED value IS 176 (69.14% from 255) = 53.17%

 GREEN value IS 78 (30.86% from 255) = 23.56%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 53.17%
G = 23.56%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B04E4D (or 0xB04E4D) is known color: Chestnut. HEX triplet: B0, 4E and 4D. RGB value is (176,78,77). Sum of RGB (Red+Green+Blue) = 176+78+77=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E4D is #4FB1B2. Grayscale: #6B6B6B. Windows color (decimal): -5222835 or 5066416. OLE color: 5066416.

HSL color Cylindrical-coordinate representation of color #B04E4D: hue angle of 0.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E4D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 77 -
CMYK 0 0.56 0.56 0.31
HSL 0.61º 0.39% 0.5% -
HSV(B) 0.61º 0.56% 0.69% -
XYZ 21.97 15.21 8.8 -
YUV 107.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 176 78 77 0 0.56 0.56 0.31 0.61 0.39 0.5
Hex B0 4E 4D 0 38 38 1F 1 27 32
Octal 260 116 115 0 70 70 37 1 47 62
Binary 10110000 1001110 1001101 0 111000 111000 11111 1 100111 110010

Color Harmonies of #B04E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E4D

Black with #B04E4D

Text Example


Text Example

White with #B04E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E4D; }

 p { color: rgb(176,78,77); }

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

background-color css

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

 a { background-color: rgb(176,78,77); }

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

border-color css

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

 span { border-color: rgb(176,78,77); }

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