Html Css Color HEX #BA4F4B Chestnut

📋 copy color: '#BA4F4B'

red 186 ◦ green 79 ◦ blue 75

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

Shades of Chestnut #BA4F4B

Tints of Chestnut #BA4F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 54.71%
G = 23.24%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA4F4B (or 0xBA4F4B) is known color: Chestnut. HEX triplet: BA, 4F and 4B. RGB value is (186,79,75). Sum of RGB (Red+Green+Blue) = 186+79+75=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F4B is #45B0B4. Grayscale: #6E6E6E. Windows color (decimal): -4567221 or 4935610. OLE color: 4935610.

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

Color convert

RGB 186 79 75 -
CMYK 0 0.58 0.60 0.27
HSL 2.16º 0.45% 0.51% -
HSV(B) 2.16º 0.6% 0.73% -
XYZ 24.32 16.54 8.57 -
YUV 110.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 186 79 75 0 0.58 0.60 0.27 2.16 0.45 0.51
Hex BA 4F 4B 0 3A 3C 1B 2 2D 33
Octal 272 117 113 0 72 74 33 2 55 63
Binary 10111010 1001111 1001011 0 111010 111100 11011 10 101101 110011

Color Harmonies of #BA4F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F4B

Black with #BA4F4B

Text Example


Text Example

White with #BA4F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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