Html Css Color HEX #BC1F05 Harley Davidson Orange

📋 copy color: '#BC1F05'

red 188 ◦ green 31 ◦ blue 5

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

Shades of Harley Davidson Orange #BC1F05

Tints of Harley Davidson Orange #BC1F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.84%

 BLUE value IS 5 (2.34% from 255) = 2.23%

R = 83.93%
G = 13.84%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC1F05 (or 0xBC1F05) is known color: Harley Davidson Orange. HEX triplet: BC, 1F and 05. RGB value is (188,31,5). Sum of RGB (Red+Green+Blue) = 188+31+5=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F05 is #43E0FA. Grayscale: #4B4B4B. Windows color (decimal): -4448507 or 335804. OLE color: 335804.

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

Color convert

RGB 188 31 5 -
CMYK 0 0.84 0.97 0.26
HSL 8.52º 0.95% 0.38% -
HSV(B) 8.52º 0.97% 0.74% -
XYZ 21.26 11.68 1.28 -
YUV 74.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 188 31 5 0 0.84 0.97 0.26 8.52 0.95 0.38
Hex BC 1F 5 0 54 61 1A 9 5F 26
Octal 274 37 5 0 124 141 32 11 137 46
Binary 10111100 11111 101 0 1010100 1100001 11010 1001 1011111 100110

Color Harmonies of #BC1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F05

Black with #BC1F05

Text Example


Text Example

White with #BC1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F05; }

 p { color: rgb(188,31,5); }

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

background-color css

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

 a { background-color: rgb(188,31,5); }

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

border-color css

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

 span { border-color: rgb(188,31,5); }

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