Html Css Color HEX #BA4B45 Chestnut

📋 copy color: '#BA4B45'

red 186 ◦ green 75 ◦ blue 69

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

Shades of Chestnut #BA4B45

Tints of Chestnut #BA4B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 56.36%
G = 22.73%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4B45 (or 0xBA4B45) is known color: Chestnut. HEX triplet: BA, 4B and 45. RGB value is (186,75,69). Sum of RGB (Red+Green+Blue) = 186+75+69=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B45 is #45B4BA. Grayscale: #6B6B6B. Windows color (decimal): -4568251 or 4541370. OLE color: 4541370.

HSL color Cylindrical-coordinate representation of color #BA4B45: hue angle of 3.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4B45 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 69 -
CMYK 0 0.60 0.63 0.27
HSL 3.08º 0.46% 0.5% -
HSV(B) 3.08º 0.63% 0.73% -
XYZ 23.84 15.9 7.44 -
YUV 107.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 186 75 69 0 0.60 0.63 0.27 3.08 0.46 0.5
Hex BA 4B 45 0 3C 3F 1B 3 2E 32
Octal 272 113 105 0 74 77 33 3 56 62
Binary 10111010 1001011 1000101 0 111100 111111 11011 11 101110 110010

Color Harmonies of #BA4B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B45

Black with #BA4B45

Text Example


Text Example

White with #BA4B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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