Html Css Color HEX #B54642 Chestnut

📋 copy color: '#B54642'

red 181 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #B54642

Tints of Chestnut #B54642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 57.1%
G = 22.08%
B = 20.82%

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

#B54642 (or 0xB54642) is known color: Chestnut. HEX triplet: B5, 46 and 42. RGB value is (181,70,66). Sum of RGB (Red+Green+Blue) = 181+70+66=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B54642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54642 is #4AB9BD. Grayscale: #666666. Windows color (decimal): -4897214 or 4343477. OLE color: 4343477.

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

Color convert

RGB 181 70 66 -
CMYK 0 0.61 0.64 0.29
HSL 2.09º 0.47% 0.48% -
HSV(B) 2.09º 0.64% 0.71% -
XYZ 22.23 14.6 6.8 -
YUV 102.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 181 70 66 0 0.61 0.64 0.29 2.09 0.47 0.48
Hex B5 46 42 0 3D 40 1D 2 2F 30
Octal 265 106 102 0 75 100 35 2 57 60
Binary 10110101 1000110 1000010 0 111101 1000000 11101 10 101111 110000

Color Harmonies of #B54642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54642

Black with #B54642

Text Example


Text Example

White with #B54642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54642; }

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

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

background-color css

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

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

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

border-color css

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

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

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