Html Css Color HEX #BC3517 Harley Davidson Orange

📋 copy color: '#BC3517'

red 188 ◦ green 53 ◦ blue 23

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

Shades of Harley Davidson Orange #BC3517

Tints of Harley Davidson Orange #BC3517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 71.21%
G = 20.08%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3517 (or 0xBC3517) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 17. RGB value is (188,53,23). Sum of RGB (Red+Green+Blue) = 188+53+23=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3517 is #43CAE8. Grayscale: #5A5A5A. Windows color (decimal): -4442857 or 1521084. OLE color: 1521084.

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

Color convert

RGB 188 53 23 -
CMYK 0 0.72 0.88 0.26
HSL 10.91º 0.78% 0.41% -
HSV(B) 10.91º 0.88% 0.74% -
XYZ 22.17 13.3 2.21 -
YUV 89.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 188 53 23 0 0.72 0.88 0.26 10.91 0.78 0.41
Hex BC 35 17 0 48 58 1A B 4E 29
Octal 274 65 27 0 110 130 32 13 116 51
Binary 10111100 110101 10111 0 1001000 1011000 11010 1011 1001110 101001

Color Harmonies of #BC3517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3517

Black with #BC3517

Text Example


Text Example

White with #BC3517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3517; }

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

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

background-color css

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

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

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

border-color css

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

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

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