Html Css Color HEX #B14948 Chestnut

📋 copy color: '#B14948'

red 177 ◦ green 73 ◦ blue 72

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

Shades of Chestnut #B14948

Tints of Chestnut #B14948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.36%

R = 54.97%
G = 22.67%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B14948 (or 0xB14948) is known color: Chestnut. HEX triplet: B1, 49 and 48. RGB value is (177,73,72). Sum of RGB (Red+Green+Blue) = 177+73+72=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B14948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14948 is #4EB6B7. Grayscale: #686868. Windows color (decimal): -5158584 or 4737457. OLE color: 4737457.

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

Color convert

RGB 177 73 72 -
CMYK 0 0.59 0.59 0.31
HSL 0.57º 0.42% 0.49% -
HSV(B) 0.57º 0.59% 0.69% -
XYZ 21.68 14.58 7.8 -
YUV 103.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 177 73 72 0 0.59 0.59 0.31 0.57 0.42 0.49
Hex B1 49 48 0 3B 3B 1F 1 2A 31
Octal 261 111 110 0 73 73 37 1 52 61
Binary 10110001 1001001 1001000 0 111011 111011 11111 1 101010 110001

Color Harmonies of #B14948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14948

Black with #B14948

Text Example


Text Example

White with #B14948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14948; }

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

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

background-color css

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

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

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

border-color css

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

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

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