Html Css Color HEX #BF4338 Grenadier

📋 copy color: '#BF4338'

red 191 ◦ green 67 ◦ blue 56

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

Shades of Grenadier #BF4338

Tints of Grenadier #BF4338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

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

R = 60.83%
G = 21.34%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF4338 (or 0xBF4338) is known color: Grenadier. HEX triplet: BF, 43 and 38. RGB value is (191,67,56). Sum of RGB (Red+Green+Blue) = 191+67+56=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4338 is #40BCC7. Grayscale: #666666. Windows color (decimal): -4242632 or 3687359. OLE color: 3687359.

HSL color Cylindrical-coordinate representation of color #BF4338: hue angle of 4.89º 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 #BF4338 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 56 -
CMYK 0 0.65 0.71 0.25
HSL 4.89º 0.55% 0.48% -
HSV(B) 4.89º 0.71% 0.75% -
XYZ 24.21 15.38 5.43 -
YUV 102.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 191 67 56 0 0.65 0.71 0.25 4.89 0.55 0.48
Hex BF 43 38 0 41 47 19 5 37 30
Octal 277 103 70 0 101 107 31 5 67 60
Binary 10111111 1000011 111000 0 1000001 1000111 11001 101 110111 110000

Color Harmonies of #BF4338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4338

Black with #BF4338

Text Example


Text Example

White with #BF4338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4338; }

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

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

background-color css

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

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

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

border-color css

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

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

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