Html Css Color HEX #BC452B Grenadier

📋 copy color: '#BC452B'

red 188 ◦ green 69 ◦ blue 43

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

Shades of Grenadier #BC452B

Tints of Grenadier #BC452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 62.67%
G = 23%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC452B (or 0xBC452B) is known color: Grenadier. HEX triplet: BC, 45 and 2B. RGB value is (188,69,43). Sum of RGB (Red+Green+Blue) = 188+69+43=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC452B is #43BAD4. Grayscale: #656565. Windows color (decimal): -4438741 or 2835900. OLE color: 2835900.

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

Color convert

RGB 188 69 43 -
CMYK 0 0.63 0.77 0.26
HSL 10.76º 0.63% 0.45% -
HSV(B) 10.76º 0.77% 0.74% -
XYZ 23.3 15.12 3.98 -
YUV 101.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 188 69 43 0 0.63 0.77 0.26 10.76 0.63 0.45
Hex BC 45 2B 0 3F 4D 1A B 3F 2D
Octal 274 105 53 0 77 115 32 13 77 55
Binary 10111100 1000101 101011 0 111111 1001101 11010 1011 111111 101101

Color Harmonies of #BC452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC452B

Black with #BC452B

Text Example


Text Example

White with #BC452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC452B; }

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

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

background-color css

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

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

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

border-color css

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

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

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