Html Css Color HEX #B54F4A Chestnut

📋 copy color: '#B54F4A'

red 181 ◦ green 79 ◦ blue 74

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

Shades of Chestnut #B54F4A

Tints of Chestnut #B54F4A

RGB

 RED value IS 181 (71.09% from 255) = 54.19%

 GREEN value IS 79 (31.25% from 255) = 23.65%

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

R = 54.19%
G = 23.65%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B54F4A (or 0xB54F4A) is known color: Chestnut. HEX triplet: B5, 4F and 4A. RGB value is (181,79,74). Sum of RGB (Red+Green+Blue) = 181+79+74=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F4A is #4AB0B5. Grayscale: #6D6D6D. Windows color (decimal): -4894902 or 4870069. OLE color: 4870069.

HSL color Cylindrical-coordinate representation of color #B54F4A: hue angle of 2.8º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54F4A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 79 74 -
CMYK 0 0.56 0.59 0.29
HSL 2.8º 0.42% 0.5% -
HSV(B) 2.8º 0.59% 0.71% -
XYZ 23.09 15.91 8.33 -
YUV 108.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 181 79 74 0 0.56 0.59 0.29 2.8 0.42 0.5
Hex B5 4F 4A 0 38 3B 1D 3 2A 32
Octal 265 117 112 0 70 73 35 3 52 62
Binary 10110101 1001111 1001010 0 111000 111011 11101 11 101010 110010

Color Harmonies of #B54F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54F4A

Black with #B54F4A

Text Example


Text Example

White with #B54F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54F4A; }

 p { color: rgb(181,79,74); }

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

background-color css

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

 a { background-color: rgb(181,79,74); }

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

border-color css

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

 span { border-color: rgb(181,79,74); }

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