Html Css Color HEX #B54646 Chestnut

📋 copy color: '#B54646'

red 181 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B54646

Tints of Chestnut #B54646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 56.39%
G = 21.81%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B54646 (or 0xB54646) is known color: Chestnut. HEX triplet: B5, 46 and 46. RGB value is (181,70,70). Sum of RGB (Red+Green+Blue) = 181+70+70=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B54646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54646 is #4AB9B9. Grayscale: #676767. Windows color (decimal): -4897210 or 4605621. OLE color: 4605621.

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

Color convert

RGB 181 70 70 -
CMYK 0 0.61 0.61 0.29
HSL 0.44% 0.49% -
HSV(B) 0.61% 0.71% -
XYZ 22.35 14.65 7.44 -
YUV 103.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 181 70 70 0 0.61 0.61 0.29 0 0.44 0.49
Hex B5 46 46 0 3D 3D 1D 0 2C 31
Octal 265 106 106 0 75 75 35 0 54 61
Binary 10110101 1000110 1000110 0 111101 111101 11101 0 101100 110001

Color Harmonies of #B54646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54646

Black with #B54646

Text Example


Text Example

White with #B54646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54646; }

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

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

background-color css

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

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

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

border-color css

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

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

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