Html Css Color HEX #BC3518 Harley Davidson Orange

📋 copy color: '#BC3518'

red 188 ◦ green 53 ◦ blue 24

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

Shades of Harley Davidson Orange #BC3518

Tints of Harley Davidson Orange #BC3518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 70.94%
G = 20%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC3518 (or 0xBC3518) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 18. RGB value is (188,53,24). Sum of RGB (Red+Green+Blue) = 188+53+24=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3518 is #43CAE7. Grayscale: #5A5A5A. Windows color (decimal): -4442856 or 1586620. OLE color: 1586620.

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

Color convert

RGB 188 53 24 -
CMYK 0 0.72 0.87 0.26
HSL 10.61º 0.77% 0.42% -
HSV(B) 10.61º 0.87% 0.74% -
XYZ 22.18 13.3 2.26 -
YUV 90.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 188 53 24 0 0.72 0.87 0.26 10.61 0.77 0.42
Hex BC 35 18 0 48 57 1A B 4D 2A
Octal 274 65 30 0 110 127 32 13 115 52
Binary 10111100 110101 11000 0 1001000 1010111 11010 1011 1001101 101010

Color Harmonies of #BC3518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3518

Black with #BC3518

Text Example


Text Example

White with #BC3518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3518; }

 p { color: rgb(188,53,24); }

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

background-color css

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

 a { background-color: rgb(188,53,24); }

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

border-color css

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

 span { border-color: rgb(188,53,24); }

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