Html Css Color HEX #BC452F Grenadier

📋 copy color: '#BC452F'

red 188 ◦ green 69 ◦ blue 47

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

Shades of Grenadier #BC452F

Tints of Grenadier #BC452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 61.84%
G = 22.7%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC452F (or 0xBC452F) is known color: Grenadier. HEX triplet: BC, 45 and 2F. RGB value is (188,69,47). Sum of RGB (Red+Green+Blue) = 188+69+47=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC452F is #43BAD0. Grayscale: #666666. Windows color (decimal): -4438737 or 3098044. OLE color: 3098044.

HSL color Cylindrical-coordinate representation of color #BC452F: hue angle of 9.36º 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 #BC452F is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 47 -
CMYK 0 0.63 0.75 0.26
HSL 9.36º 0.6% 0.46% -
HSV(B) 9.36º 0.75% 0.74% -
XYZ 23.38 15.15 4.38 -
YUV 102.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 188 69 47 0 0.63 0.75 0.26 9.36 0.6 0.46
Hex BC 45 2F 0 3F 4B 1A 9 3C 2E
Octal 274 105 57 0 77 113 32 11 74 56
Binary 10111100 1000101 101111 0 111111 1001011 11010 1001 111100 101110

Color Harmonies of #BC452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC452F

Black with #BC452F

Text Example


Text Example

White with #BC452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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