Html Css Color HEX #BC340F Harley Davidson Orange

📋 copy color: '#BC340F'

red 188 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #BC340F

Tints of Harley Davidson Orange #BC340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 73.73%
G = 20.39%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC340F (or 0xBC340F) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 0F. RGB value is (188,52,15). Sum of RGB (Red+Green+Blue) = 188+52+15=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340F is #43CBF0. Grayscale: #585858. Windows color (decimal): -4443121 or 996540. OLE color: 996540.

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

Color convert

RGB 188 52 15 -
CMYK 0 0.72 0.92 0.26
HSL 12.83º 0.85% 0.4% -
HSV(B) 12.83º 0.92% 0.74% -
XYZ 22.05 13.18 1.83 -
YUV 88.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 188 52 15 0 0.72 0.92 0.26 12.83 0.85 0.4
Hex BC 34 F 0 48 5C 1A D 55 28
Octal 274 64 17 0 110 134 32 15 125 50
Binary 10111100 110100 1111 0 1001000 1011100 11010 1101 1010101 101000

Color Harmonies of #BC340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC340F

Black with #BC340F

Text Example


Text Example

White with #BC340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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