Html Css Color HEX #B54942 Chestnut

📋 copy color: '#B54942'

red 181 ◦ green 73 ◦ blue 66

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

Shades of Chestnut #B54942

Tints of Chestnut #B54942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

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

R = 56.56%
G = 22.81%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B54942 (or 0xB54942) is known color: Chestnut. HEX triplet: B5, 49 and 42. RGB value is (181,73,66). Sum of RGB (Red+Green+Blue) = 181+73+66=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B54942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54942 is #4AB6BD. Grayscale: #686868. Windows color (decimal): -4896446 or 4344245. OLE color: 4344245.

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

Color convert

RGB 181 73 66 -
CMYK 0 0.60 0.64 0.29
HSL 3.65º 0.47% 0.48% -
HSV(B) 3.65º 0.64% 0.71% -
XYZ 22.42 14.98 6.86 -
YUV 104.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 181 73 66 0 0.60 0.64 0.29 3.65 0.47 0.48
Hex B5 49 42 0 3C 40 1D 4 2F 30
Octal 265 111 102 0 74 100 35 4 57 60
Binary 10110101 1001001 1000010 0 111100 1000000 11101 100 101111 110000

Color Harmonies of #B54942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54942

Black with #B54942

Text Example


Text Example

White with #B54942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54942; }

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

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

background-color css

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

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

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

border-color css

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

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

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