Html Css Color HEX #B14444 Chestnut

📋 copy color: '#B14444'

red 177 ◦ green 68 ◦ blue 68

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

Shades of Chestnut #B14444

Tints of Chestnut #B14444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 56.55%
G = 21.73%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B14444 (or 0xB14444) is known color: Chestnut. HEX triplet: B1, 44 and 44. RGB value is (177,68,68). Sum of RGB (Red+Green+Blue) = 177+68+68=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B14444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14444 is #4EBBBB. Grayscale: #646464. Windows color (decimal): -5159868 or 4474033. OLE color: 4474033.

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

Color convert

RGB 177 68 68 -
CMYK 0 0.62 0.62 0.31
HSL 0.44% 0.48% -
HSV(B) 0.62% 0.69% -
XYZ 21.24 13.9 7.03 -
YUV 100.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 177 68 68 0 0.62 0.62 0.31 0 0.44 0.48
Hex B1 44 44 0 3E 3E 1F 0 2C 30
Octal 261 104 104 0 76 76 37 0 54 60
Binary 10110001 1000100 1000100 0 111110 111110 11111 0 101100 110000

Color Harmonies of #B14444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14444

Black with #B14444

Text Example


Text Example

White with #B14444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14444; }

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

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

background-color css

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

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

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

border-color css

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

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

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