Html Css Color HEX #B14846 Chestnut

📋 copy color: '#B14846'

red 177 ◦ green 72 ◦ blue 70

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

Shades of Chestnut #B14846

Tints of Chestnut #B14846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 55.49%
G = 22.57%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14846 (or 0xB14846) is known color: Chestnut. HEX triplet: B1, 48 and 46. RGB value is (177,72,70). Sum of RGB (Red+Green+Blue) = 177+72+70=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B14846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14846 is #4EB7B9. Grayscale: #676767. Windows color (decimal): -5158842 or 4606129. OLE color: 4606129.

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

Color convert

RGB 177 72 70 -
CMYK 0 0.59 0.60 0.31
HSL 1.12º 0.43% 0.48% -
HSV(B) 1.12º 0.6% 0.69% -
XYZ 21.55 14.42 7.44 -
YUV 103.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 177 72 70 0 0.59 0.60 0.31 1.12 0.43 0.48
Hex B1 48 46 0 3B 3C 1F 1 2B 30
Octal 261 110 106 0 73 74 37 1 53 60
Binary 10110001 1001000 1000110 0 111011 111100 11111 1 101011 110000

Color Harmonies of #B14846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14846

Black with #B14846

Text Example


Text Example

White with #B14846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14846; }

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

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

background-color css

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

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

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

border-color css

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

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

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