Html Css Color HEX #BC533E Grenadier

📋 copy color: '#BC533E'

red 188 ◦ green 83 ◦ blue 62

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

Shades of Grenadier #BC533E

Tints of Grenadier #BC533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 56.46%
G = 24.92%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC533E (or 0xBC533E) is known color: Grenadier. HEX triplet: BC, 53 and 3E. RGB value is (188,83,62). Sum of RGB (Red+Green+Blue) = 188+83+62=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC533E is #43ACC1. Grayscale: #707070. Windows color (decimal): -4435138 or 4084668. OLE color: 4084668.

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

Color convert

RGB 188 83 62 -
CMYK 0 0.56 0.67 0.26
HSL 10º 0.5% 0.49% -
HSV(B) 10º 0.67% 0.74% -
XYZ 24.7 17.23 6.58 -
YUV 112 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 188 83 62 0 0.56 0.67 0.26 10 0.5 0.49
Hex BC 53 3E 0 38 43 1A A 32 31
Octal 274 123 76 0 70 103 32 12 62 61
Binary 10111100 1010011 111110 0 111000 1000011 11010 1010 110010 110001

Color Harmonies of #BC533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC533E

Black with #BC533E

Text Example


Text Example

White with #BC533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC533E; }

 p { color: rgb(188,83,62); }

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

background-color css

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

 a { background-color: rgb(188,83,62); }

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

border-color css

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

 span { border-color: rgb(188,83,62); }

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