Html Css Color HEX #BC2407 Harley Davidson Orange

📋 copy color: '#BC2407'

red 188 ◦ green 36 ◦ blue 7

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

Shades of Harley Davidson Orange #BC2407

Tints of Harley Davidson Orange #BC2407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 81.39%
G = 15.58%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2407 (or 0xBC2407) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 07. RGB value is (188,36,7). Sum of RGB (Red+Green+Blue) = 188+36+7=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2407 is #43DBF8. Grayscale: #4E4E4E. Windows color (decimal): -4447225 or 468156. OLE color: 468156.

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

Color convert

RGB 188 36 7 -
CMYK 0 0.81 0.96 0.26
HSL 9.61º 0.93% 0.38% -
HSV(B) 9.61º 0.96% 0.74% -
XYZ 21.41 11.97 1.38 -
YUV 78.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 188 36 7 0 0.81 0.96 0.26 9.61 0.93 0.38
Hex BC 24 7 0 51 60 1A A 5D 26
Octal 274 44 7 0 121 140 32 12 135 46
Binary 10111100 100100 111 0 1010001 1100000 11010 1010 1011101 100110

Color Harmonies of #BC2407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2407

Black with #BC2407

Text Example


Text Example

White with #BC2407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2407; }

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

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

background-color css

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

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

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

border-color css

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

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

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