Html Css Color HEX #BC2901 Harley Davidson Orange

📋 copy color: '#BC2901'

red 188 ◦ green 41 ◦ blue 1

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

Shades of Harley Davidson Orange #BC2901

Tints of Harley Davidson Orange #BC2901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 81.74%
G = 17.83%
B = 0.43%

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

#BC2901 (or 0xBC2901) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 01. RGB value is (188,41,1). Sum of RGB (Red+Green+Blue) = 188+41+1=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2901 is #43D6FE. Grayscale: #505050. Windows color (decimal): -4445951 or 76220. OLE color: 76220.

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

Color convert

RGB 188 41 1 -
CMYK 0 0.78 0.99 0.26
HSL 12.83º 0.99% 0.37% -
HSV(B) 12.83º 0.99% 0.74% -
XYZ 21.54 12.28 1.26 -
YUV 80.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 188 41 1 0 0.78 0.99 0.26 12.83 0.99 0.37
Hex BC 29 1 0 4E 63 1A D 63 25
Octal 274 51 1 0 116 143 32 15 143 45
Binary 10111100 101001 1 0 1001110 1100011 11010 1101 1100011 100101

Color Harmonies of #BC2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2901

Black with #BC2901

Text Example


Text Example

White with #BC2901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2901; }

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

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

background-color css

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

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

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

border-color css

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

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

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