Html Css Color HEX #BC4E21 Rose Of Sharon

📋 copy color: '#BC4E21'

red 188 ◦ green 78 ◦ blue 33

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

Shades of Rose Of Sharon #BC4E21

Tints of Rose Of Sharon #BC4E21

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 62.88%
G = 26.09%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC4E21 (or 0xBC4E21) is known color: Rose Of Sharon. HEX triplet: BC, 4E and 21. RGB value is (188,78,33). Sum of RGB (Red+Green+Blue) = 188+78+33=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E21 is #43B1DE. Grayscale: #6A6A6A. Windows color (decimal): -4436447 or 2182844. OLE color: 2182844.

HSL color Cylindrical-coordinate representation of color #BC4E21: hue angle of 17.42º 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 #BC4E21 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 33 -
CMYK 0 0.59 0.82 0.26
HSL 17.42º 0.7% 0.43% -
HSV(B) 17.42º 0.82% 0.74% -
XYZ 23.74 16.25 3.32 -
YUV 105.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 188 78 33 0 0.59 0.82 0.26 17.42 0.7 0.43
Hex BC 4E 21 0 3B 52 1A 11 46 2B
Octal 274 116 41 0 73 122 32 21 106 53
Binary 10111100 1001110 100001 0 111011 1010010 11010 10001 1000110 101011

Color Harmonies of #BC4E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E21

Black with #BC4E21

Text Example


Text Example

White with #BC4E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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