Html Css Color HEX #BA4A35 Grenadier

📋 copy color: '#BA4A35'

red 186 ◦ green 74 ◦ blue 53

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

Shades of Grenadier #BA4A35

Tints of Grenadier #BA4A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 59.42%
G = 23.64%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4A35 (or 0xBA4A35) is known color: Grenadier. HEX triplet: BA, 4A and 35. RGB value is (186,74,53). Sum of RGB (Red+Green+Blue) = 186+74+53=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A35 is #45B5CA. Grayscale: #696969. Windows color (decimal): -4568523 or 3492538. OLE color: 3492538.

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

Color convert

RGB 186 74 53 -
CMYK 0 0.60 0.72 0.27
HSL 9.47º 0.56% 0.47% -
HSV(B) 9.47º 0.72% 0.73% -
XYZ 23.34 15.59 5.15 -
YUV 105.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 186 74 53 0 0.60 0.72 0.27 9.47 0.56 0.47
Hex BA 4A 35 0 3C 48 1B 9 38 2F
Octal 272 112 65 0 74 110 33 11 70 57
Binary 10111010 1001010 110101 0 111100 1001000 11011 1001 111000 101111

Color Harmonies of #BA4A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A35

Black with #BA4A35

Text Example


Text Example

White with #BA4A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A35; }

 p { color: rgb(186,74,53); }

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

background-color css

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

 a { background-color: rgb(186,74,53); }

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

border-color css

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

 span { border-color: rgb(186,74,53); }

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