Html Css Color HEX #B14842 Chestnut

📋 copy color: '#B14842'

red 177 ◦ green 72 ◦ blue 66

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

Shades of Chestnut #B14842

Tints of Chestnut #B14842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 56.19%
G = 22.86%
B = 20.95%

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

#B14842 (or 0xB14842) is known color: Chestnut. HEX triplet: B1, 48 and 42. RGB value is (177,72,66). Sum of RGB (Red+Green+Blue) = 177+72+66=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14842 is #4EB7BD. Grayscale: #666666. Windows color (decimal): -5158846 or 4343985. OLE color: 4343985.

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

Color convert

RGB 177 72 66 -
CMYK 0 0.59 0.63 0.31
HSL 3.24º 0.46% 0.48% -
HSV(B) 3.24º 0.63% 0.69% -
XYZ 21.43 14.38 6.8 -
YUV 102.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 177 72 66 0 0.59 0.63 0.31 3.24 0.46 0.48
Hex B1 48 42 0 3B 3F 1F 3 2E 30
Octal 261 110 102 0 73 77 37 3 56 60
Binary 10110001 1001000 1000010 0 111011 111111 11111 11 101110 110000

Color Harmonies of #B14842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14842

Black with #B14842

Text Example


Text Example

White with #B14842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14842; }

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

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

background-color css

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

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

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

border-color css

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

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

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