Html Css Color HEX #BC3320 Harley Davidson Orange

📋 copy color: '#BC3320'

red 188 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #BC3320

Tints of Harley Davidson Orange #BC3320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 69.37%
G = 18.82%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC3320 (or 0xBC3320) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 20. RGB value is (188,51,32). Sum of RGB (Red+Green+Blue) = 188+51+32=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3320 is #43CCDF. Grayscale: #5A5A5A. Windows color (decimal): -4443360 or 2110396. OLE color: 2110396.

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

Color convert

RGB 188 51 32 -
CMYK 0 0.73 0.83 0.26
HSL 7.31º 0.71% 0.43% -
HSV(B) 7.31º 0.83% 0.74% -
XYZ 22.18 13.16 2.74 -
YUV 89.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 188 51 32 0 0.73 0.83 0.26 7.31 0.71 0.43
Hex BC 33 20 0 49 53 1A 7 47 2B
Octal 274 63 40 0 111 123 32 7 107 53
Binary 10111100 110011 100000 0 1001001 1010011 11010 111 1000111 101011

Color Harmonies of #BC3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3320

Black with #BC3320

Text Example


Text Example

White with #BC3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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