Html Css Color HEX #BC3221 Harley Davidson Orange

📋 copy color: '#BC3221'

red 188 ◦ green 50 ◦ blue 33

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

Shades of Harley Davidson Orange #BC3221

Tints of Harley Davidson Orange #BC3221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 69.37%
G = 18.45%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC3221 (or 0xBC3221) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 21. RGB value is (188,50,33). Sum of RGB (Red+Green+Blue) = 188+50+33=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3221 is #43CDDE. Grayscale: #595959. Windows color (decimal): -4443615 or 2175676. OLE color: 2175676.

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

Color convert

RGB 188 50 33 -
CMYK 0 0.73 0.82 0.26
HSL 6.58º 0.7% 0.43% -
HSV(B) 6.58º 0.82% 0.74% -
XYZ 22.15 13.08 2.8 -
YUV 89.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 188 50 33 0 0.73 0.82 0.26 6.58 0.7 0.43
Hex BC 32 21 0 49 52 1A 7 46 2B
Octal 274 62 41 0 111 122 32 7 106 53
Binary 10111100 110010 100001 0 1001001 1010010 11010 111 1000110 101011

Color Harmonies of #BC3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3221

Black with #BC3221

Text Example


Text Example

White with #BC3221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3221; }

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

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

background-color css

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

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

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

border-color css

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

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

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