Html Css Color HEX #BC340C Harley Davidson Orange

📋 copy color: '#BC340C'

red 188 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #BC340C

Tints of Harley Davidson Orange #BC340C

RGB

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

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

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

R = 74.6%
G = 20.63%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC340C (or 0xBC340C) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 0C. RGB value is (188,52,12). Sum of RGB (Red+Green+Blue) = 188+52+12=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340C is #43CBF3. Grayscale: #585858. Windows color (decimal): -4443124 or 799932. OLE color: 799932.

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

Color convert

RGB 188 52 12 -
CMYK 0 0.72 0.94 0.26
HSL 13.64º 0.88% 0.39% -
HSV(B) 13.64º 0.94% 0.74% -
XYZ 22.03 13.17 1.73 -
YUV 88.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 188 52 12 0 0.72 0.94 0.26 13.64 0.88 0.39
Hex BC 34 C 0 48 5E 1A E 58 27
Octal 274 64 14 0 110 136 32 16 130 47
Binary 10111100 110100 1100 0 1001000 1011110 11010 1110 1011000 100111

Color Harmonies of #BC340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC340C

Black with #BC340C

Text Example


Text Example

White with #BC340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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