Html Css Color HEX #BC2107 Harley Davidson Orange

📋 copy color: '#BC2107'

red 188 ◦ green 33 ◦ blue 7

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

Shades of Harley Davidson Orange #BC2107

Tints of Harley Davidson Orange #BC2107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 82.46%
G = 14.47%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2107 (or 0xBC2107) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 07. RGB value is (188,33,7). Sum of RGB (Red+Green+Blue) = 188+33+7=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2107 is #43DEF8. Grayscale: #4C4C4C. Windows color (decimal): -4447993 or 467388. OLE color: 467388.

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

Color convert

RGB 188 33 7 -
CMYK 0 0.82 0.96 0.26
HSL 8.62º 0.93% 0.38% -
HSV(B) 8.62º 0.96% 0.74% -
XYZ 21.32 11.79 1.35 -
YUV 76.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 188 33 7 0 0.82 0.96 0.26 8.62 0.93 0.38
Hex BC 21 7 0 52 60 1A 9 5D 26
Octal 274 41 7 0 122 140 32 11 135 46
Binary 10111100 100001 111 0 1010010 1100000 11010 1001 1011101 100110

Color Harmonies of #BC2107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2107

Black with #BC2107

Text Example


Text Example

White with #BC2107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2107; }

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

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

background-color css

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

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

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

border-color css

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

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

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