Html Css Color HEX #BA4D4B Chestnut

📋 copy color: '#BA4D4B'

red 186 ◦ green 77 ◦ blue 75

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

Shades of Chestnut #BA4D4B

Tints of Chestnut #BA4D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.78%

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

R = 55.03%
G = 22.78%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA4D4B (or 0xBA4D4B) is known color: Chestnut. HEX triplet: BA, 4D and 4B. RGB value is (186,77,75). Sum of RGB (Red+Green+Blue) = 186+77+75=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D4B is #45B2B4. Grayscale: #6D6D6D. Windows color (decimal): -4567733 or 4935098. OLE color: 4935098.

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

Color convert

RGB 186 77 75 -
CMYK 0 0.59 0.60 0.27
HSL 1.08º 0.45% 0.51% -
HSV(B) 1.08º 0.6% 0.73% -
XYZ 24.17 16.25 8.52 -
YUV 109.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 186 77 75 0 0.59 0.60 0.27 1.08 0.45 0.51
Hex BA 4D 4B 0 3B 3C 1B 1 2D 33
Octal 272 115 113 0 73 74 33 1 55 63
Binary 10111010 1001101 1001011 0 111011 111100 11011 1 101101 110011

Color Harmonies of #BA4D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D4B

Black with #BA4D4B

Text Example


Text Example

White with #BA4D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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