Html Css Color HEX #BF4A38 Grenadier

📋 copy color: '#BF4A38'

red 191 ◦ green 74 ◦ blue 56

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

Shades of Grenadier #BF4A38

Tints of Grenadier #BF4A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 59.5%
G = 23.05%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF4A38 (or 0xBF4A38) is known color: Grenadier. HEX triplet: BF, 4A and 38. RGB value is (191,74,56). Sum of RGB (Red+Green+Blue) = 191+74+56=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A38 is #40B5C7. Grayscale: #6B6B6B. Windows color (decimal): -4240840 or 3689151. OLE color: 3689151.

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

Color convert

RGB 191 74 56 -
CMYK 0 0.61 0.71 0.25
HSL 0.55% 0.48% -
HSV(B) 0.71% 0.75% -
XYZ 24.65 16.26 5.58 -
YUV 106.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 191 74 56 0 0.61 0.71 0.25 8 0.55 0.48
Hex BF 4A 38 0 3D 47 19 8 37 30
Octal 277 112 70 0 75 107 31 10 67 60
Binary 10111111 1001010 111000 0 111101 1000111 11001 1000 110111 110000

Color Harmonies of #BF4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A38

Black with #BF4A38

Text Example


Text Example

White with #BF4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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