Html Css Color HEX #BA504B Chestnut

📋 copy color: '#BA504B'

red 186 ◦ green 80 ◦ blue 75

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

Shades of Chestnut #BA504B

Tints of Chestnut #BA504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 54.55%
G = 23.46%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA504B (or 0xBA504B) is known color: Chestnut. HEX triplet: BA, 50 and 4B. RGB value is (186,80,75). Sum of RGB (Red+Green+Blue) = 186+80+75=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA504B is #45AFB4. Grayscale: #6F6F6F. Windows color (decimal): -4566965 or 4935866. OLE color: 4935866.

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

Color convert

RGB 186 80 75 -
CMYK 0 0.57 0.60 0.27
HSL 2.7º 0.45% 0.51% -
HSV(B) 2.7º 0.6% 0.73% -
XYZ 24.39 16.68 8.59 -
YUV 111.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 186 80 75 0 0.57 0.60 0.27 2.7 0.45 0.51
Hex BA 50 4B 0 39 3C 1B 3 2D 33
Octal 272 120 113 0 71 74 33 3 55 63
Binary 10111010 1010000 1001011 0 111001 111100 11011 11 101101 110011

Color Harmonies of #BA504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA504B

Black with #BA504B

Text Example


Text Example

White with #BA504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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