Html Css Color HEX #BC4530 Grenadier

📋 copy color: '#BC4530'

red 188 ◦ green 69 ◦ blue 48

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

Shades of Grenadier #BC4530

Tints of Grenadier #BC4530

RGB

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

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

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

R = 61.64%
G = 22.62%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4530 (or 0xBC4530) is known color: Grenadier. HEX triplet: BC, 45 and 30. RGB value is (188,69,48). Sum of RGB (Red+Green+Blue) = 188+69+48=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4530 is #43BACF. Grayscale: #666666. Windows color (decimal): -4438736 or 3163580. OLE color: 3163580.

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

Color convert

RGB 188 69 48 -
CMYK 0 0.63 0.74 0.26
HSL 0.59% 0.46% -
HSV(B) 0.74% 0.74% -
XYZ 23.4 15.16 4.49 -
YUV 102.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 188 69 48 0 0.63 0.74 0.26 9 0.59 0.46
Hex BC 45 30 0 3F 4A 1A 9 3B 2E
Octal 274 105 60 0 77 112 32 11 73 56
Binary 10111100 1000101 110000 0 111111 1001010 11010 1001 111011 101110

Color Harmonies of #BC4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4530

Black with #BC4530

Text Example


Text Example

White with #BC4530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4530; }

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

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

background-color css

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

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

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

border-color css

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

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

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