Html Css Color HEX #BC533A Grenadier

📋 copy color: '#BC533A'

red 188 ◦ green 83 ◦ blue 58

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

Shades of Grenadier #BC533A

Tints of Grenadier #BC533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 57.14%
G = 25.23%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC533A (or 0xBC533A) is known color: Grenadier. HEX triplet: BC, 53 and 3A. RGB value is (188,83,58). Sum of RGB (Red+Green+Blue) = 188+83+58=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC533A is #43ACC5. Grayscale: #6F6F6F. Windows color (decimal): -4435142 or 3822524. OLE color: 3822524.

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

Color convert

RGB 188 83 58 -
CMYK 0 0.56 0.69 0.26
HSL 11.54º 0.53% 0.48% -
HSV(B) 11.54º 0.69% 0.74% -
XYZ 24.6 17.18 6.02 -
YUV 111.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 188 83 58 0 0.56 0.69 0.26 11.54 0.53 0.48
Hex BC 53 3A 0 38 45 1A C 35 30
Octal 274 123 72 0 70 105 32 14 65 60
Binary 10111100 1010011 111010 0 111000 1000101 11010 1100 110101 110000

Color Harmonies of #BC533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC533A

Black with #BC533A

Text Example


Text Example

White with #BC533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC533A; }

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

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

background-color css

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

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

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

border-color css

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

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

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