Html Css Color HEX #BC3321 Harley Davidson Orange

📋 copy color: '#BC3321'

red 188 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #BC3321

Tints of Harley Davidson Orange #BC3321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 69.12%
G = 18.75%
B = 12.13%

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

#BC3321 (or 0xBC3321) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 21. RGB value is (188,51,33). Sum of RGB (Red+Green+Blue) = 188+51+33=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3321 is #43CCDE. Grayscale: #5A5A5A. Windows color (decimal): -4443359 or 2175932. OLE color: 2175932.

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

Color convert

RGB 188 51 33 -
CMYK 0 0.73 0.82 0.26
HSL 6.97º 0.7% 0.43% -
HSV(B) 6.97º 0.82% 0.74% -
XYZ 22.2 13.17 2.81 -
YUV 89.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 188 51 33 0 0.73 0.82 0.26 6.97 0.7 0.43
Hex BC 33 21 0 49 52 1A 7 46 2B
Octal 274 63 41 0 111 122 32 7 106 53
Binary 10111100 110011 100001 0 1001001 1010010 11010 111 1000110 101011

Color Harmonies of #BC3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3321

Black with #BC3321

Text Example


Text Example

White with #BC3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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