Html Css Color HEX #BC2F0C Harley Davidson Orange

📋 copy color: '#BC2F0C'

red 188 ◦ green 47 ◦ blue 12

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

Shades of Harley Davidson Orange #BC2F0C

Tints of Harley Davidson Orange #BC2F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 76.11%
G = 19.03%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC2F0C (or 0xBC2F0C) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 0C. RGB value is (188,47,12). Sum of RGB (Red+Green+Blue) = 188+47+12=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F0C is #43D0F3. Grayscale: #555555. Windows color (decimal): -4444404 or 798652. OLE color: 798652.

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

Color convert

RGB 188 47 12 -
CMYK 0 0.75 0.94 0.26
HSL 11.93º 0.88% 0.39% -
HSV(B) 11.93º 0.94% 0.74% -
XYZ 21.82 12.75 1.66 -
YUV 85.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 188 47 12 0 0.75 0.94 0.26 11.93 0.88 0.39
Hex BC 2F C 0 4B 5E 1A C 58 27
Octal 274 57 14 0 113 136 32 14 130 47
Binary 10111100 101111 1100 0 1001011 1011110 11010 1100 1011000 100111

Color Harmonies of #BC2F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F0C

Black with #BC2F0C

Text Example


Text Example

White with #BC2F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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