Html Css Color HEX #BC340D Harley Davidson Orange

📋 copy color: '#BC340D'

red 188 ◦ green 52 ◦ blue 13

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

Shades of Harley Davidson Orange #BC340D

Tints of Harley Davidson Orange #BC340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 74.31%
G = 20.55%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC340D (or 0xBC340D) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 0D. RGB value is (188,52,13). Sum of RGB (Red+Green+Blue) = 188+52+13=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340D is #43CBF2. Grayscale: #585858. Windows color (decimal): -4443123 or 865468. OLE color: 865468.

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

Color convert

RGB 188 52 13 -
CMYK 0 0.72 0.93 0.26
HSL 13.37º 0.87% 0.39% -
HSV(B) 13.37º 0.93% 0.74% -
XYZ 22.04 13.18 1.76 -
YUV 88.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 188 52 13 0 0.72 0.93 0.26 13.37 0.87 0.39
Hex BC 34 D 0 48 5D 1A D 57 27
Octal 274 64 15 0 110 135 32 15 127 47
Binary 10111100 110100 1101 0 1001000 1011101 11010 1101 1010111 100111

Color Harmonies of #BC340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC340D

Black with #BC340D

Text Example


Text Example

White with #BC340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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