Html Css Color HEX #B14841 Chestnut

📋 copy color: '#B14841'

red 177 ◦ green 72 ◦ blue 65

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

Shades of Chestnut #B14841

Tints of Chestnut #B14841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 56.37%
G = 22.93%
B = 20.7%

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

#B14841 (or 0xB14841) is known color: Chestnut. HEX triplet: B1, 48 and 41. RGB value is (177,72,65). Sum of RGB (Red+Green+Blue) = 177+72+65=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14841 is #4EB7BE. Grayscale: #666666. Windows color (decimal): -5158847 or 4278449. OLE color: 4278449.

HSL color Cylindrical-coordinate representation of color #B14841: hue angle of 3.75º 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 #B14841 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 65 -
CMYK 0 0.59 0.63 0.31
HSL 3.75º 0.46% 0.47% -
HSV(B) 3.75º 0.63% 0.69% -
XYZ 21.4 14.36 6.65 -
YUV 102.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 177 72 65 0 0.59 0.63 0.31 3.75 0.46 0.47
Hex B1 48 41 0 3B 3F 1F 4 2E 2F
Octal 261 110 101 0 73 77 37 4 56 57
Binary 10110001 1001000 1000001 0 111011 111111 11111 100 101110 101111

Color Harmonies of #B14841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14841

Black with #B14841

Text Example


Text Example

White with #B14841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14841; }

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

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

background-color css

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

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

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

border-color css

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

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

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