Html Css Color HEX #BA4F3D Grenadier

📋 copy color: '#BA4F3D'

red 186 ◦ green 79 ◦ blue 61

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

Shades of Grenadier #BA4F3D

Tints of Grenadier #BA4F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 57.06%
G = 24.23%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA4F3D (or 0xBA4F3D) is known color: Grenadier. HEX triplet: BA, 4F and 3D. RGB value is (186,79,61). Sum of RGB (Red+Green+Blue) = 186+79+61=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F3D is #45B0C2. Grayscale: #6D6D6D. Windows color (decimal): -4567235 or 4018106. OLE color: 4018106.

HSL color Cylindrical-coordinate representation of color #BA4F3D: hue angle of 8.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4F3D is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 61 -
CMYK 0 0.58 0.67 0.27
HSL 8.64º 0.51% 0.48% -
HSV(B) 8.64º 0.67% 0.73% -
XYZ 23.89 16.37 6.32 -
YUV 108.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 186 79 61 0 0.58 0.67 0.27 8.64 0.51 0.48
Hex BA 4F 3D 0 3A 43 1B 9 33 30
Octal 272 117 75 0 72 103 33 11 63 60
Binary 10111010 1001111 111101 0 111010 1000011 11011 1001 110011 110000

Color Harmonies of #BA4F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F3D

Black with #BA4F3D

Text Example


Text Example

White with #BA4F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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