Html Css Color HEX #BC2E07 Harley Davidson Orange

📋 copy color: '#BC2E07'

red 188 ◦ green 46 ◦ blue 7

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

Shades of Harley Davidson Orange #BC2E07

Tints of Harley Davidson Orange #BC2E07

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

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

R = 78.01%
G = 19.09%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2E07 (or 0xBC2E07) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 07. RGB value is (188,46,7). Sum of RGB (Red+Green+Blue) = 188+46+7=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E07 is #43D1F8. Grayscale: #545454. Windows color (decimal): -4444665 or 470716. OLE color: 470716.

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

Color convert

RGB 188 46 7 -
CMYK 0 0.76 0.96 0.26
HSL 12.93º 0.93% 0.38% -
HSV(B) 12.93º 0.96% 0.74% -
XYZ 21.75 12.66 1.5 -
YUV 84.01 84.54 202.17 -
System Red Green Blue C M Y K H S L
Decimal 188 46 7 0 0.76 0.96 0.26 12.93 0.93 0.38
Hex BC 2E 7 0 4C 60 1A D 5D 26
Octal 274 56 7 0 114 140 32 15 135 46
Binary 10111100 101110 111 0 1001100 1100000 11010 1101 1011101 100110

Color Harmonies of #BC2E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E07

Black with #BC2E07

Text Example


Text Example

White with #BC2E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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