Html Css Color HEX #BC2902 Harley Davidson Orange

📋 copy color: '#BC2902'

red 188 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2902

Tints of Harley Davidson Orange #BC2902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 81.39%
G = 17.75%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2902 (or 0xBC2902) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 02. RGB value is (188,41,2). Sum of RGB (Red+Green+Blue) = 188+41+2=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2902 is #43D6FD. Grayscale: #505050. Windows color (decimal): -4445950 or 141756. OLE color: 141756.

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

Color convert

RGB 188 41 2 -
CMYK 0 0.78 0.99 0.26
HSL 12.58º 0.98% 0.37% -
HSV(B) 12.58º 0.99% 0.74% -
XYZ 21.54 12.28 1.29 -
YUV 80.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 188 41 2 0 0.78 0.99 0.26 12.58 0.98 0.37
Hex BC 29 2 0 4E 63 1A D 62 25
Octal 274 51 2 0 116 143 32 15 142 45
Binary 10111100 101001 10 0 1001110 1100011 11010 1101 1100010 100101

Color Harmonies of #BC2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2902

Black with #BC2902

Text Example


Text Example

White with #BC2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2902; }

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

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

background-color css

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

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

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

border-color css

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

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

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