Html Css Color HEX #B54542 Chestnut

📋 copy color: '#B54542'

red 181 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #B54542

Tints of Chestnut #B54542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 57.28%
G = 21.84%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B54542 (or 0xB54542) is known color: Chestnut. HEX triplet: B5, 45 and 42. RGB value is (181,69,66). Sum of RGB (Red+Green+Blue) = 181+69+66=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B54542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54542 is #4ABABD. Grayscale: #666666. Windows color (decimal): -4897470 or 4343221. OLE color: 4343221.

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

Color convert

RGB 181 69 66 -
CMYK 0 0.62 0.64 0.29
HSL 1.57º 0.47% 0.48% -
HSV(B) 1.57º 0.64% 0.71% -
XYZ 22.17 14.47 6.78 -
YUV 102.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 181 69 66 0 0.62 0.64 0.29 1.57 0.47 0.48
Hex B5 45 42 0 3E 40 1D 2 2F 30
Octal 265 105 102 0 76 100 35 2 57 60
Binary 10110101 1000101 1000010 0 111110 1000000 11101 10 101111 110000

Color Harmonies of #B54542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54542

Black with #B54542

Text Example


Text Example

White with #B54542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54542; }

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

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

background-color css

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

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

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

border-color css

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

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

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