Html Css Color HEX #BF4A32 Grenadier

📋 copy color: '#BF4A32'

red 191 ◦ green 74 ◦ blue 50

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

Shades of Grenadier #BF4A32

Tints of Grenadier #BF4A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 60.63%
G = 23.49%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF4A32 (or 0xBF4A32) is known color: Grenadier. HEX triplet: BF, 4A and 32. RGB value is (191,74,50). Sum of RGB (Red+Green+Blue) = 191+74+50=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A32 is #40B5CD. Grayscale: #6A6A6A. Windows color (decimal): -4240846 or 3295935. OLE color: 3295935.

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

Color convert

RGB 191 74 50 -
CMYK 0 0.61 0.74 0.25
HSL 10.21º 0.59% 0.47% -
HSV(B) 10.21º 0.74% 0.75% -
XYZ 24.51 16.2 4.85 -
YUV 106.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 191 74 50 0 0.61 0.74 0.25 10.21 0.59 0.47
Hex BF 4A 32 0 3D 4A 19 A 3B 2F
Octal 277 112 62 0 75 112 31 12 73 57
Binary 10111111 1001010 110010 0 111101 1001010 11001 1010 111011 101111

Color Harmonies of #BF4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A32

Black with #BF4A32

Text Example


Text Example

White with #BF4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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