Html Css Color HEX #B14646 Chestnut

📋 copy color: '#B14646'

red 177 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B14646

Tints of Chestnut #B14646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 55.84%
G = 22.08%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14646 (or 0xB14646) is known color: Chestnut. HEX triplet: B1, 46 and 46. RGB value is (177,70,70). Sum of RGB (Red+Green+Blue) = 177+70+70=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B14646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14646 is #4EB9B9. Grayscale: #666666. Windows color (decimal): -5159354 or 4605617. OLE color: 4605617.

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

Color convert

RGB 177 70 70 -
CMYK 0 0.60 0.60 0.31
HSL 0.43% 0.48% -
HSV(B) 0.6% 0.69% -
XYZ 21.43 14.17 7.4 -
YUV 101.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 177 70 70 0 0.60 0.60 0.31 0 0.43 0.48
Hex B1 46 46 0 3C 3C 1F 0 2B 30
Octal 261 106 106 0 74 74 37 0 53 60
Binary 10110001 1000110 1000110 0 111100 111100 11111 0 101011 110000

Color Harmonies of #B14646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14646

Black with #B14646

Text Example


Text Example

White with #B14646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14646; }

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

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

background-color css

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

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

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

border-color css

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

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

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