Html Css Color HEX #BF482E Grenadier

📋 copy color: '#BF482E'

red 191 ◦ green 72 ◦ blue 46

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

Shades of Grenadier #BF482E

Tints of Grenadier #BF482E

RGB

 RED value IS 191 (75% from 255) = 61.81%

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 61.81%
G = 23.3%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF482E (or 0xBF482E) is known color: Grenadier. HEX triplet: BF, 48 and 2E. RGB value is (191,72,46). Sum of RGB (Red+Green+Blue) = 191+72+46=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF482E is #40B7D1. Grayscale: #686868. Windows color (decimal): -4241362 or 3033279. OLE color: 3033279.

HSL color Cylindrical-coordinate representation of color #BF482E: hue angle of 10.76º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF482E is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 72 46 -
CMYK 0 0.62 0.76 0.25
HSL 10.76º 0.61% 0.46% -
HSV(B) 10.76º 0.76% 0.75% -
XYZ 24.3 15.91 4.37 -
YUV 104.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 191 72 46 0 0.62 0.76 0.25 10.76 0.61 0.46
Hex BF 48 2E 0 3E 4C 19 B 3D 2E
Octal 277 110 56 0 76 114 31 13 75 56
Binary 10111111 1001000 101110 0 111110 1001100 11001 1011 111101 101110

Color Harmonies of #BF482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF482E

Black with #BF482E

Text Example


Text Example

White with #BF482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF482E; }

 p { color: rgb(191,72,46); }

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

background-color css

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

 a { background-color: rgb(191,72,46); }

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

border-color css

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

 span { border-color: rgb(191,72,46); }

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