Html Css Color HEX #B54745 Chestnut

📋 copy color: '#B54745'

red 181 ◦ green 71 ◦ blue 69

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

Shades of Chestnut #B54745

Tints of Chestnut #B54745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 56.39%
G = 22.12%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B54745 (or 0xB54745) is known color: Chestnut. HEX triplet: B5, 47 and 45. RGB value is (181,71,69). Sum of RGB (Red+Green+Blue) = 181+71+69=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B54745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54745 is #4AB8BA. Grayscale: #676767. Windows color (decimal): -4896955 or 4540341. OLE color: 4540341.

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

Color convert

RGB 181 71 69 -
CMYK 0 0.61 0.62 0.29
HSL 1.07º 0.45% 0.49% -
HSV(B) 1.07º 0.62% 0.71% -
XYZ 22.38 14.76 7.3 -
YUV 103.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 181 71 69 0 0.61 0.62 0.29 1.07 0.45 0.49
Hex B5 47 45 0 3D 3E 1D 1 2D 31
Octal 265 107 105 0 75 76 35 1 55 61
Binary 10110101 1000111 1000101 0 111101 111110 11101 1 101101 110001

Color Harmonies of #B54745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54745

Black with #B54745

Text Example


Text Example

White with #B54745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54745; }

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

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

background-color css

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

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

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

border-color css

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

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

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