Html Css Color HEX #BA4B2F Grenadier

📋 copy color: '#BA4B2F'

red 186 ◦ green 75 ◦ blue 47

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

Shades of Grenadier #BA4B2F

Tints of Grenadier #BA4B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 60.39%
G = 24.35%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA4B2F (or 0xBA4B2F) is known color: Grenadier. HEX triplet: BA, 4B and 2F. RGB value is (186,75,47). Sum of RGB (Red+Green+Blue) = 186+75+47=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B2F is #45B4D0. Grayscale: #696969. Windows color (decimal): -4568273 or 3099578. OLE color: 3099578.

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

Color convert

RGB 186 75 47 -
CMYK 0 0.60 0.75 0.27
HSL 12.09º 0.6% 0.46% -
HSV(B) 12.09º 0.75% 0.73% -
XYZ 23.28 15.68 4.49 -
YUV 105 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 186 75 47 0 0.60 0.75 0.27 12.09 0.6 0.46
Hex BA 4B 2F 0 3C 4B 1B C 3C 2E
Octal 272 113 57 0 74 113 33 14 74 56
Binary 10111010 1001011 101111 0 111100 1001011 11011 1100 111100 101110

Color Harmonies of #BA4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B2F

Black with #BA4B2F

Text Example


Text Example

White with #BA4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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