Html Css Color HEX #BC341D Harley Davidson Orange

📋 copy color: '#BC341D'

red 188 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #BC341D

Tints of Harley Davidson Orange #BC341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 69.89%
G = 19.33%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC341D (or 0xBC341D) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 1D. RGB value is (188,52,29). Sum of RGB (Red+Green+Blue) = 188+52+29=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341D is #43CBE2. Grayscale: #5A5A5A. Windows color (decimal): -4443107 or 1914044. OLE color: 1914044.

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

Color convert

RGB 188 52 29 -
CMYK 0 0.72 0.85 0.26
HSL 8.68º 0.73% 0.43% -
HSV(B) 8.68º 0.85% 0.74% -
XYZ 22.19 13.24 2.55 -
YUV 90.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 188 52 29 0 0.72 0.85 0.26 8.68 0.73 0.43
Hex BC 34 1D 0 48 55 1A 9 49 2B
Octal 274 64 35 0 110 125 32 11 111 53
Binary 10111100 110100 11101 0 1001000 1010101 11010 1001 1001001 101011

Color Harmonies of #BC341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC341D

Black with #BC341D

Text Example


Text Example

White with #BC341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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