#BC4A21

Color #BC4A21 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #BC4A21

Tints of Rose Of Sharon #BC4A21

Color information

#BC4A21 (or 0xBC4A21) is unknown color: approx Rose Of Sharon. HEX triplet: BC, 4A and 21. RGB value is (188,74,33). Sum of RGB (Red+Green+Blue) = 188+74+33=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A21 is #43B5DE. Grayscale: #676767. Windows color (decimal): -4437471 or 2181820. OLE color: 2181820.

HSL color Cylindrical-coordinate representation of color #BC4A21: hue angle of 15.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC4A21 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB1887433-
CMYK00.610.820.26
HSL15.87º70.14%43.33%-
HSV(B)15.87º82.45%73.73%-
XYZ23.4615.73.23-
YUV103.4188.27188.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.73%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=63.73%
G=25.08%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188743300.610.820.2615.8770.1443.33
HexBC4A2103D521A10462b
Octal27411241075122322010653
Binary1011110010010101000010111101101001011010100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A21; }

 p { color: rgb(188,74,33); }

 H1.HeaderClassName
 {
   color: #BC4A21;
 }
 .AnyTagClassName
 {
   color: #BC4A21;
 }
</style>
background-color css

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

 a { background-color: rgb(188,74,33); }

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

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

 span { border-color: rgb(188,74,33); }

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