Html Css Color HEX #BF4A3E Grenadier

📋 copy color: '#BF4A3E'

red 191 ◦ green 74 ◦ blue 62

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

Shades of Grenadier #BF4A3E

Tints of Grenadier #BF4A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.63%

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

R = 58.41%
G = 22.63%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF4A3E (or 0xBF4A3E) is known color: Grenadier. HEX triplet: BF, 4A and 3E. RGB value is (191,74,62). Sum of RGB (Red+Green+Blue) = 191+74+62=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A3E is #40B5C1. Grayscale: #6B6B6B. Windows color (decimal): -4240834 or 4082367. OLE color: 4082367.

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

Color convert

RGB 191 74 62 -
CMYK 0 0.61 0.68 0.25
HSL 5.58º 0.51% 0.5% -
HSV(B) 5.58º 0.68% 0.75% -
XYZ 24.8 16.32 6.4 -
YUV 107.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 191 74 62 0 0.61 0.68 0.25 5.58 0.51 0.5
Hex BF 4A 3E 0 3D 44 19 6 33 32
Octal 277 112 76 0 75 104 31 6 63 62
Binary 10111111 1001010 111110 0 111101 1000100 11001 110 110011 110010

Color Harmonies of #BF4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A3E

Black with #BF4A3E

Text Example


Text Example

White with #BF4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A3E; }

 p { color: rgb(191,74,62); }

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

background-color css

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

 a { background-color: rgb(191,74,62); }

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

border-color css

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

 span { border-color: rgb(191,74,62); }

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