Html Css Color HEX #BC2602 Harley Davidson Orange

📋 copy color: '#BC2602'

red 188 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2602

Tints of Harley Davidson Orange #BC2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 82.46%
G = 16.67%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2602 (or 0xBC2602) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 02. RGB value is (188,38,2). Sum of RGB (Red+Green+Blue) = 188+38+2=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2602 is #43D9FD. Grayscale: #4F4F4F. Windows color (decimal): -4446718 or 140988. OLE color: 140988.

HSL color Cylindrical-coordinate representation of color #BC2602: hue angle of 11.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2602 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 2 -
CMYK 0 0.80 0.99 0.26
HSL 11.61º 0.98% 0.37% -
HSV(B) 11.61º 0.99% 0.74% -
XYZ 21.44 12.08 1.26 -
YUV 78.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 188 38 2 0 0.80 0.99 0.26 11.61 0.98 0.37
Hex BC 26 2 0 50 63 1A C 62 25
Octal 274 46 2 0 120 143 32 14 142 45
Binary 10111100 100110 10 0 1010000 1100011 11010 1100 1100010 100101

Color Harmonies of #BC2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2602

Black with #BC2602

Text Example


Text Example

White with #BC2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2602; }

 p { color: rgb(188,38,2); }

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

background-color css

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

 a { background-color: rgb(188,38,2); }

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

border-color css

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

 span { border-color: rgb(188,38,2); }

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