Html Css Color HEX #BC2F0E Harley Davidson Orange

📋 copy color: '#BC2F0E'

red 188 ◦ green 47 ◦ blue 14

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

Shades of Harley Davidson Orange #BC2F0E

Tints of Harley Davidson Orange #BC2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 75.5%
G = 18.88%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC2F0E (or 0xBC2F0E) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 0E. RGB value is (188,47,14). Sum of RGB (Red+Green+Blue) = 188+47+14=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F0E is #43D0F1. Grayscale: #555555. Windows color (decimal): -4444402 or 929724. OLE color: 929724.

HSL color Cylindrical-coordinate representation of color #BC2F0E: hue angle of 11.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC2F0E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 14 -
CMYK 0 0.75 0.93 0.26
HSL 11.38º 0.86% 0.4% -
HSV(B) 11.38º 0.93% 0.74% -
XYZ 21.83 12.76 1.73 -
YUV 85.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 188 47 14 0 0.75 0.93 0.26 11.38 0.86 0.4
Hex BC 2F E 0 4B 5D 1A B 56 28
Octal 274 57 16 0 113 135 32 13 126 50
Binary 10111100 101111 1110 0 1001011 1011101 11010 1011 1010110 101000

Color Harmonies of #BC2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F0E

Black with #BC2F0E

Text Example


Text Example

White with #BC2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F0E; }

 p { color: rgb(188,47,14); }

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

background-color css

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

 a { background-color: rgb(188,47,14); }

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

border-color css

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

 span { border-color: rgb(188,47,14); }

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