Html Css Color HEX #BA4634 Grenadier

📋 copy color: '#BA4634'

red 186 ◦ green 70 ◦ blue 52

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

Shades of Grenadier #BA4634

Tints of Grenadier #BA4634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 60.39%
G = 22.73%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4634 (or 0xBA4634) is known color: Grenadier. HEX triplet: BA, 46 and 34. RGB value is (186,70,52). Sum of RGB (Red+Green+Blue) = 186+70+52=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4634 is #45B9CB. Grayscale: #666666. Windows color (decimal): -4569548 or 3425978. OLE color: 3425978.

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

Color convert

RGB 186 70 52 -
CMYK 0 0.62 0.72 0.27
HSL 8.06º 0.56% 0.47% -
HSV(B) 8.06º 0.72% 0.73% -
XYZ 23.06 15.07 4.94 -
YUV 102.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 186 70 52 0 0.62 0.72 0.27 8.06 0.56 0.47
Hex BA 46 34 0 3E 48 1B 8 38 2F
Octal 272 106 64 0 76 110 33 10 70 57
Binary 10111010 1000110 110100 0 111110 1001000 11011 1000 111000 101111

Color Harmonies of #BA4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4634

Black with #BA4634

Text Example


Text Example

White with #BA4634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4634; }

 p { color: rgb(186,70,52); }

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

background-color css

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

 a { background-color: rgb(186,70,52); }

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

border-color css

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

 span { border-color: rgb(186,70,52); }

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