Html Css Color HEX #BF493D Grenadier

📋 copy color: '#BF493D'

red 191 ◦ green 73 ◦ blue 61

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

Shades of Grenadier #BF493D

Tints of Grenadier #BF493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 58.77%
G = 22.46%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF493D (or 0xBF493D) is known color: Grenadier. HEX triplet: BF, 49 and 3D. RGB value is (191,73,61). Sum of RGB (Red+Green+Blue) = 191+73+61=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF493D is #40B6C2. Grayscale: #6B6B6B. Windows color (decimal): -4241091 or 4016575. OLE color: 4016575.

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

Color convert

RGB 191 73 61 -
CMYK 0 0.62 0.68 0.25
HSL 5.54º 0.52% 0.49% -
HSV(B) 5.54º 0.68% 0.75% -
XYZ 24.71 16.18 6.24 -
YUV 106.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 191 73 61 0 0.62 0.68 0.25 5.54 0.52 0.49
Hex BF 49 3D 0 3E 44 19 6 34 31
Octal 277 111 75 0 76 104 31 6 64 61
Binary 10111111 1001001 111101 0 111110 1000100 11001 110 110100 110001

Color Harmonies of #BF493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF493D

Black with #BF493D

Text Example


Text Example

White with #BF493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF493D; }

 p { color: rgb(191,73,61); }

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

background-color css

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

 a { background-color: rgb(191,73,61); }

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

border-color css

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

 span { border-color: rgb(191,73,61); }

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