Html Css Color HEX #B14B46 Chestnut

📋 copy color: '#B14B46'

red 177 ◦ green 75 ◦ blue 70

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

Shades of Chestnut #B14B46

Tints of Chestnut #B14B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.29%

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

R = 54.97%
G = 23.29%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14B46 (or 0xB14B46) is known color: Chestnut. HEX triplet: B1, 4B and 46. RGB value is (177,75,70). Sum of RGB (Red+Green+Blue) = 177+75+70=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B46 is #4EB4B9. Grayscale: #696969. Windows color (decimal): -5158074 or 4606897. OLE color: 4606897.

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

Color convert

RGB 177 75 70 -
CMYK 0 0.58 0.60 0.31
HSL 2.8º 0.43% 0.48% -
HSV(B) 2.8º 0.6% 0.69% -
XYZ 21.75 14.82 7.51 -
YUV 104.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 177 75 70 0 0.58 0.60 0.31 2.8 0.43 0.48
Hex B1 4B 46 0 3A 3C 1F 3 2B 30
Octal 261 113 106 0 72 74 37 3 53 60
Binary 10110001 1001011 1000110 0 111010 111100 11111 11 101011 110000

Color Harmonies of #B14B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B46

Black with #B14B46

Text Example


Text Example

White with #B14B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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