Html Css Color HEX #BF4633 Grenadier

📋 copy color: '#BF4633'

red 191 ◦ green 70 ◦ blue 51

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

Shades of Grenadier #BF4633

Tints of Grenadier #BF4633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 61.22%
G = 22.44%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF4633 (or 0xBF4633) is known color: Grenadier. HEX triplet: BF, 46 and 33. RGB value is (191,70,51). Sum of RGB (Red+Green+Blue) = 191+70+51=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4633 is #40B9CC. Grayscale: #686868. Windows color (decimal): -4241869 or 3360447. OLE color: 3360447.

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

Color convert

RGB 191 70 51 -
CMYK 0 0.63 0.73 0.25
HSL 8.14º 0.58% 0.47% -
HSV(B) 8.14º 0.73% 0.75% -
XYZ 24.27 15.7 4.88 -
YUV 104.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 191 70 51 0 0.63 0.73 0.25 8.14 0.58 0.47
Hex BF 46 33 0 3F 49 19 8 3A 2F
Octal 277 106 63 0 77 111 31 10 72 57
Binary 10111111 1000110 110011 0 111111 1001001 11001 1000 111010 101111

Color Harmonies of #BF4633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4633

Black with #BF4633

Text Example


Text Example

White with #BF4633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4633; }

 p { color: rgb(191,70,51); }

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

background-color css

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

 a { background-color: rgb(191,70,51); }

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

border-color css

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

 span { border-color: rgb(191,70,51); }

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