Html Css Color HEX #BC300C Harley Davidson Orange

📋 copy color: '#BC300C'

red 188 ◦ green 48 ◦ blue 12

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

Shades of Harley Davidson Orange #BC300C

Tints of Harley Davidson Orange #BC300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 75.81%
G = 19.35%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC300C (or 0xBC300C) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 0C. RGB value is (188,48,12). Sum of RGB (Red+Green+Blue) = 188+48+12=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC300C is #43CFF3. Grayscale: #565656. Windows color (decimal): -4444148 or 798908. OLE color: 798908.

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

Color convert

RGB 188 48 12 -
CMYK 0 0.74 0.94 0.26
HSL 12.27º 0.88% 0.39% -
HSV(B) 12.27º 0.94% 0.74% -
XYZ 21.86 12.83 1.67 -
YUV 85.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 188 48 12 0 0.74 0.94 0.26 12.27 0.88 0.39
Hex BC 30 C 0 4A 5E 1A C 58 27
Octal 274 60 14 0 112 136 32 14 130 47
Binary 10111100 110000 1100 0 1001010 1011110 11010 1100 1011000 100111

Color Harmonies of #BC300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC300C

Black with #BC300C

Text Example


Text Example

White with #BC300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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