Html Css Color HEX #B45141 Chestnut

📋 copy color: '#B45141'

red 180 ◦ green 81 ◦ blue 65

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

Shades of Chestnut #B45141

Tints of Chestnut #B45141

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 55.21%
G = 24.85%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B45141 (or 0xB45141) is known color: Chestnut. HEX triplet: B4, 51 and 41. RGB value is (180,81,65). Sum of RGB (Red+Green+Blue) = 180+81+65=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B45141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45141 is #4BAEBE. Grayscale: #6C6C6C. Windows color (decimal): -4959935 or 4280756. OLE color: 4280756.

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

Color convert

RGB 180 81 65 -
CMYK 0 0.55 0.64 0.29
HSL 8.35º 0.47% 0.48% -
HSV(B) 8.35º 0.64% 0.71% -
XYZ 22.72 15.97 6.89 -
YUV 108.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 180 81 65 0 0.55 0.64 0.29 8.35 0.47 0.48
Hex B4 51 41 0 37 40 1D 8 2F 30
Octal 264 121 101 0 67 100 35 10 57 60
Binary 10110100 1010001 1000001 0 110111 1000000 11101 1000 101111 110000

Color Harmonies of #B45141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45141

Black with #B45141

Text Example


Text Example

White with #B45141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45141; }

 p { color: rgb(180,81,65); }

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

background-color css

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

 a { background-color: rgb(180,81,65); }

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

border-color css

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

 span { border-color: rgb(180,81,65); }

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