Html Css Color HEX #BF4830 Grenadier

📋 copy color: '#BF4830'

red 191 ◦ green 72 ◦ blue 48

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

Shades of Grenadier #BF4830

Tints of Grenadier #BF4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 61.41%
G = 23.15%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF4830 (or 0xBF4830) is known color: Grenadier. HEX triplet: BF, 48 and 30. RGB value is (191,72,48). Sum of RGB (Red+Green+Blue) = 191+72+48=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4830 is #40B7CF. Grayscale: #696969. Windows color (decimal): -4241360 or 3164351. OLE color: 3164351.

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

Color convert

RGB 191 72 48 -
CMYK 0 0.62 0.75 0.25
HSL 10.07º 0.6% 0.47% -
HSV(B) 10.07º 0.75% 0.75% -
XYZ 24.34 15.92 4.59 -
YUV 104.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 191 72 48 0 0.62 0.75 0.25 10.07 0.6 0.47
Hex BF 48 30 0 3E 4B 19 A 3C 2F
Octal 277 110 60 0 76 113 31 12 74 57
Binary 10111111 1001000 110000 0 111110 1001011 11001 1010 111100 101111

Color Harmonies of #BF4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4830

Black with #BF4830

Text Example


Text Example

White with #BF4830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4830; }

 p { color: rgb(191,72,48); }

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

background-color css

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

 a { background-color: rgb(191,72,48); }

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

border-color css

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

 span { border-color: rgb(191,72,48); }

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