Html Css Color HEX #B04E4A Chestnut

📋 copy color: '#B04E4A'

red 176 ◦ green 78 ◦ blue 74

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

Shades of Chestnut #B04E4A

Tints of Chestnut #B04E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 53.66%
G = 23.78%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B04E4A (or 0xB04E4A) is known color: Chestnut. HEX triplet: B0, 4E and 4A. RGB value is (176,78,74). Sum of RGB (Red+Green+Blue) = 176+78+74=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E4A is #4FB1B5. Grayscale: #6A6A6A. Windows color (decimal): -5222838 or 4869808. OLE color: 4869808.

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

Color convert

RGB 176 78 74 -
CMYK 0 0.56 0.58 0.31
HSL 2.35º 0.41% 0.49% -
HSV(B) 2.35º 0.58% 0.69% -
XYZ 21.86 15.17 8.25 -
YUV 106.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 176 78 74 0 0.56 0.58 0.31 2.35 0.41 0.49
Hex B0 4E 4A 0 38 3A 1F 2 29 31
Octal 260 116 112 0 70 72 37 2 51 61
Binary 10110000 1001110 1001010 0 111000 111010 11111 10 101001 110001

Color Harmonies of #B04E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E4A

Black with #B04E4A

Text Example


Text Example

White with #B04E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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