Html Css Color HEX #BF503C Grenadier

📋 copy color: '#BF503C'

red 191 ◦ green 80 ◦ blue 60

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

Shades of Grenadier #BF503C

Tints of Grenadier #BF503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 57.7%
G = 24.17%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF503C (or 0xBF503C) is known color: Grenadier. HEX triplet: BF, 50 and 3C. RGB value is (191,80,60). Sum of RGB (Red+Green+Blue) = 191+80+60=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF503C is #40AFC3. Grayscale: #6F6F6F. Windows color (decimal): -4239300 or 3952831. OLE color: 3952831.

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

Color convert

RGB 191 80 60 -
CMYK 0 0.58 0.69 0.25
HSL 9.16º 0.52% 0.49% -
HSV(B) 9.16º 0.69% 0.75% -
XYZ 25.17 17.14 6.26 -
YUV 110.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 191 80 60 0 0.58 0.69 0.25 9.16 0.52 0.49
Hex BF 50 3C 0 3A 45 19 9 34 31
Octal 277 120 74 0 72 105 31 11 64 61
Binary 10111111 1010000 111100 0 111010 1000101 11001 1001 110100 110001

Color Harmonies of #BF503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF503C

Black with #BF503C

Text Example


Text Example

White with #BF503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF503C; }

 p { color: rgb(191,80,60); }

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

background-color css

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

 a { background-color: rgb(191,80,60); }

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

border-color css

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

 span { border-color: rgb(191,80,60); }

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