Html Css Color HEX #BC482F Grenadier

📋 copy color: '#BC482F'

red 188 ◦ green 72 ◦ blue 47

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

Shades of Grenadier #BC482F

Tints of Grenadier #BC482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 61.24%
G = 23.45%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC482F (or 0xBC482F) is known color: Grenadier. HEX triplet: BC, 48 and 2F. RGB value is (188,72,47). Sum of RGB (Red+Green+Blue) = 188+72+47=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC482F is #43B7D0. Grayscale: #686868. Windows color (decimal): -4437969 or 3098812. OLE color: 3098812.

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

Color convert

RGB 188 72 47 -
CMYK 0 0.62 0.75 0.26
HSL 10.64º 0.6% 0.46% -
HSV(B) 10.64º 0.75% 0.74% -
XYZ 23.57 15.53 4.44 -
YUV 103.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 188 72 47 0 0.62 0.75 0.26 10.64 0.6 0.46
Hex BC 48 2F 0 3E 4B 1A B 3C 2E
Octal 274 110 57 0 76 113 32 13 74 56
Binary 10111100 1001000 101111 0 111110 1001011 11010 1011 111100 101110

Color Harmonies of #BC482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC482F

Black with #BC482F

Text Example


Text Example

White with #BC482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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