Html Css Color HEX #BA5230 Grenadier

📋 copy color: '#BA5230'

red 186 ◦ green 82 ◦ blue 48

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

Shades of Grenadier #BA5230

Tints of Grenadier #BA5230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 58.86%
G = 25.95%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5230 (or 0xBA5230) is known color: Grenadier. HEX triplet: BA, 52 and 30. RGB value is (186,82,48). Sum of RGB (Red+Green+Blue) = 186+82+48=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5230 is #45ADCF. Grayscale: #6D6D6D. Windows color (decimal): -4566480 or 3166906. OLE color: 3166906.

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

Color convert

RGB 186 82 48 -
CMYK 0 0.56 0.74 0.27
HSL 14.78º 0.59% 0.46% -
HSV(B) 14.78º 0.74% 0.73% -
XYZ 23.8 16.69 4.76 -
YUV 109.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 186 82 48 0 0.56 0.74 0.27 14.78 0.59 0.46
Hex BA 52 30 0 38 4A 1B F 3B 2E
Octal 272 122 60 0 70 112 33 17 73 56
Binary 10111010 1010010 110000 0 111000 1001010 11011 1111 111011 101110

Color Harmonies of #BA5230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5230

Black with #BA5230

Text Example


Text Example

White with #BA5230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5230; }

 p { color: rgb(186,82,48); }

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

background-color css

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

 a { background-color: rgb(186,82,48); }

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

border-color css

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

 span { border-color: rgb(186,82,48); }

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