Html Css Color HEX #BC483C Grenadier

📋 copy color: '#BC483C'

red 188 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #BC483C

Tints of Grenadier #BC483C

RGB

 RED value IS 188 (73.83% from 255) = 58.75%

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

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

R = 58.75%
G = 22.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC483C (or 0xBC483C) is known color: Grenadier. HEX triplet: BC, 48 and 3C. RGB value is (188,72,60). Sum of RGB (Red+Green+Blue) = 188+72+60=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC483C is #43B7C3. Grayscale: #696969. Windows color (decimal): -4437956 or 3950780. OLE color: 3950780.

HSL color Cylindrical-coordinate representation of color #BC483C: hue angle of 5.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC483C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 60 -
CMYK 0 0.62 0.68 0.26
HSL 5.63º 0.52% 0.49% -
HSV(B) 5.63º 0.68% 0.74% -
XYZ 23.87 15.65 6.04 -
YUV 105.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 188 72 60 0 0.62 0.68 0.26 5.63 0.52 0.49
Hex BC 48 3C 0 3E 44 1A 6 34 31
Octal 274 110 74 0 76 104 32 6 64 61
Binary 10111100 1001000 111100 0 111110 1000100 11010 110 110100 110001

Color Harmonies of #BC483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC483C

Black with #BC483C

Text Example


Text Example

White with #BC483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC483C; }

 p { color: rgb(188,72,60); }

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

background-color css

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

 a { background-color: rgb(188,72,60); }

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

border-color css

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

 span { border-color: rgb(188,72,60); }

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