Html Css Color HEX #BC300F Harley Davidson Orange

📋 copy color: '#BC300F'

red 188 ◦ green 48 ◦ blue 15

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

Shades of Harley Davidson Orange #BC300F

Tints of Harley Davidson Orange #BC300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 74.9%
G = 19.12%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC300F (or 0xBC300F) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 0F. RGB value is (188,48,15). Sum of RGB (Red+Green+Blue) = 188+48+15=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC300F is #43CFF0. Grayscale: #565656. Windows color (decimal): -4444145 or 995516. OLE color: 995516.

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

Color convert

RGB 188 48 15 -
CMYK 0 0.74 0.92 0.26
HSL 11.45º 0.85% 0.4% -
HSV(B) 11.45º 0.92% 0.74% -
XYZ 21.88 12.84 1.78 -
YUV 86.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 188 48 15 0 0.74 0.92 0.26 11.45 0.85 0.4
Hex BC 30 F 0 4A 5C 1A B 55 28
Octal 274 60 17 0 112 134 32 13 125 50
Binary 10111100 110000 1111 0 1001010 1011100 11010 1011 1010101 101000

Color Harmonies of #BC300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC300F

Black with #BC300F

Text Example


Text Example

White with #BC300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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