Html Css Color HEX #B14941 Chestnut

📋 copy color: '#B14941'

red 177 ◦ green 73 ◦ blue 65

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

Shades of Chestnut #B14941

Tints of Chestnut #B14941

RGB

 RED value IS 177 (69.53% from 255) = 56.19%

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 56.19%
G = 23.17%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B14941 (or 0xB14941) is known color: Chestnut. HEX triplet: B1, 49 and 41. RGB value is (177,73,65). Sum of RGB (Red+Green+Blue) = 177+73+65=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14941 is #4EB6BE. Grayscale: #676767. Windows color (decimal): -5158591 or 4278705. OLE color: 4278705.

HSL color Cylindrical-coordinate representation of color #B14941: hue angle of 4.29º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14941 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 65 -
CMYK 0 0.59 0.63 0.31
HSL 4.29º 0.46% 0.47% -
HSV(B) 4.29º 0.63% 0.69% -
XYZ 21.47 14.49 6.67 -
YUV 103.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 177 73 65 0 0.59 0.63 0.31 4.29 0.46 0.47
Hex B1 49 41 0 3B 3F 1F 4 2E 2F
Octal 261 111 101 0 73 77 37 4 56 57
Binary 10110001 1001001 1000001 0 111011 111111 11111 100 101110 101111

Color Harmonies of #B14941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14941

Black with #B14941

Text Example


Text Example

White with #B14941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14941; }

 p { color: rgb(177,73,65); }

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

background-color css

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

 a { background-color: rgb(177,73,65); }

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

border-color css

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

 span { border-color: rgb(177,73,65); }

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