Html Css Color HEX #B14946 Chestnut

📋 copy color: '#B14946'

red 177 ◦ green 73 ◦ blue 70

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

Shades of Chestnut #B14946

Tints of Chestnut #B14946

RGB

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

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

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

R = 55.31%
G = 22.81%
B = 21.88%

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

#B14946 (or 0xB14946) is known color: Chestnut. HEX triplet: B1, 49 and 46. RGB value is (177,73,70). Sum of RGB (Red+Green+Blue) = 177+73+70=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B14946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14946 is #4EB6B9. Grayscale: #676767. Windows color (decimal): -5158586 or 4606385. OLE color: 4606385.

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

Color convert

RGB 177 73 70 -
CMYK 0 0.59 0.60 0.31
HSL 1.68º 0.43% 0.48% -
HSV(B) 1.68º 0.6% 0.69% -
XYZ 21.62 14.55 7.46 -
YUV 103.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 177 73 70 0 0.59 0.60 0.31 1.68 0.43 0.48
Hex B1 49 46 0 3B 3C 1F 2 2B 30
Octal 261 111 106 0 73 74 37 2 53 60
Binary 10110001 1001001 1000110 0 111011 111100 11111 10 101011 110000

Color Harmonies of #B14946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14946

Black with #B14946

Text Example


Text Example

White with #B14946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14946; }

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

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

background-color css

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

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

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

border-color css

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

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

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