Html Css Color HEX #B14843 Chestnut

📋 copy color: '#B14843'

red 177 ◦ green 72 ◦ blue 67

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

Shades of Chestnut #B14843

Tints of Chestnut #B14843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.2%

R = 56.01%
G = 22.78%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B14843 (or 0xB14843) is known color: Chestnut. HEX triplet: B1, 48 and 43. RGB value is (177,72,67). Sum of RGB (Red+Green+Blue) = 177+72+67=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14843 is #4EB7BC. Grayscale: #666666. Windows color (decimal): -5158845 or 4409521. OLE color: 4409521.

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

Color convert

RGB 177 72 67 -
CMYK 0 0.59 0.62 0.31
HSL 2.73º 0.45% 0.48% -
HSV(B) 2.73º 0.62% 0.69% -
XYZ 21.46 14.39 6.96 -
YUV 102.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 177 72 67 0 0.59 0.62 0.31 2.73 0.45 0.48
Hex B1 48 43 0 3B 3E 1F 3 2D 30
Octal 261 110 103 0 73 76 37 3 55 60
Binary 10110001 1001000 1000011 0 111011 111110 11111 11 101101 110000

Color Harmonies of #B14843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14843

Black with #B14843

Text Example


Text Example

White with #B14843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14843; }

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

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

background-color css

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

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

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

border-color css

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

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

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