Html Css Color HEX #BA4F3E Grenadier

📋 copy color: '#BA4F3E'

red 186 ◦ green 79 ◦ blue 62

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

Shades of Grenadier #BA4F3E

Tints of Grenadier #BA4F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 56.88%
G = 24.16%
B = 18.96%

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

#BA4F3E (or 0xBA4F3E) is known color: Grenadier. HEX triplet: BA, 4F and 3E. RGB value is (186,79,62). Sum of RGB (Red+Green+Blue) = 186+79+62=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F3E is #45B0C1. Grayscale: #6D6D6D. Windows color (decimal): -4567234 or 4083642. OLE color: 4083642.

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

Color convert

RGB 186 79 62 -
CMYK 0 0.58 0.67 0.27
HSL 8.23º 0.5% 0.49% -
HSV(B) 8.23º 0.67% 0.73% -
XYZ 23.92 16.38 6.46 -
YUV 109.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 186 79 62 0 0.58 0.67 0.27 8.23 0.5 0.49
Hex BA 4F 3E 0 3A 43 1B 8 32 31
Octal 272 117 76 0 72 103 33 10 62 61
Binary 10111010 1001111 111110 0 111010 1000011 11011 1000 110010 110001

Color Harmonies of #BA4F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F3E

Black with #BA4F3E

Text Example


Text Example

White with #BA4F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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