Html Css Color HEX #B54742 Chestnut

📋 copy color: '#B54742'

red 181 ◦ green 71 ◦ blue 66

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

Shades of Chestnut #B54742

Tints of Chestnut #B54742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 56.92%
G = 22.33%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B54742 (or 0xB54742) is known color: Chestnut. HEX triplet: B5, 47 and 42. RGB value is (181,71,66). Sum of RGB (Red+Green+Blue) = 181+71+66=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54742 is #4AB8BD. Grayscale: #676767. Windows color (decimal): -4896958 or 4343733. OLE color: 4343733.

HSL color Cylindrical-coordinate representation of color #B54742: hue angle of 2.61º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54742 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 66 -
CMYK 0 0.61 0.64 0.29
HSL 2.61º 0.47% 0.48% -
HSV(B) 2.61º 0.64% 0.71% -
XYZ 22.29 14.72 6.82 -
YUV 103.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 181 71 66 0 0.61 0.64 0.29 2.61 0.47 0.48
Hex B5 47 42 0 3D 40 1D 3 2F 30
Octal 265 107 102 0 75 100 35 3 57 60
Binary 10110101 1000111 1000010 0 111101 1000000 11101 11 101111 110000

Color Harmonies of #B54742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54742

Black with #B54742

Text Example


Text Example

White with #B54742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54742; }

 p { color: rgb(181,71,66); }

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

background-color css

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

 a { background-color: rgb(181,71,66); }

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

border-color css

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

 span { border-color: rgb(181,71,66); }

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