Html Css Color HEX #BA5150 Chestnut

📋 copy color: '#BA5150'

red 186 ◦ green 81 ◦ blue 80

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

Shades of Chestnut #BA5150

Tints of Chestnut #BA5150

RGB

 RED value IS 186 (73.05% from 255) = 53.6%

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 53.6%
G = 23.34%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA5150 (or 0xBA5150) is known color: Chestnut. HEX triplet: BA, 51 and 50. RGB value is (186,81,80). Sum of RGB (Red+Green+Blue) = 186+81+80=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5150 is #45AEAF. Grayscale: #707070. Windows color (decimal): -4566704 or 5263802. OLE color: 5263802.

HSL color Cylindrical-coordinate representation of color #BA5150: hue angle of 0.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5150 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 80 -
CMYK 0 0.56 0.57 0.27
HSL 0.57º 0.43% 0.52% -
HSV(B) 0.57º 0.57% 0.73% -
XYZ 24.64 16.9 9.55 -
YUV 112.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 186 81 80 0 0.56 0.57 0.27 0.57 0.43 0.52
Hex BA 51 50 0 38 39 1B 1 2B 34
Octal 272 121 120 0 70 71 33 1 53 64
Binary 10111010 1010001 1010000 0 111000 111001 11011 1 101011 110100

Color Harmonies of #BA5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5150

Black with #BA5150

Text Example


Text Example

White with #BA5150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5150; }

 p { color: rgb(186,81,80); }

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

background-color css

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

 a { background-color: rgb(186,81,80); }

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

border-color css

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

 span { border-color: rgb(186,81,80); }

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