Html Css Color HEX #BC3410 Harley Davidson Orange

📋 copy color: '#BC3410'

red 188 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #BC3410

Tints of Harley Davidson Orange #BC3410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 73.44%
G = 20.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3410 (or 0xBC3410) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 10. RGB value is (188,52,16). Sum of RGB (Red+Green+Blue) = 188+52+16=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3410 is #43CBEF. Grayscale: #585858. Windows color (decimal): -4443120 or 1062076. OLE color: 1062076.

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

Color convert

RGB 188 52 16 -
CMYK 0 0.72 0.91 0.26
HSL 12.56º 0.84% 0.4% -
HSV(B) 12.56º 0.91% 0.74% -
XYZ 22.06 13.18 1.87 -
YUV 88.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 188 52 16 0 0.72 0.91 0.26 12.56 0.84 0.4
Hex BC 34 10 0 48 5B 1A D 54 28
Octal 274 64 20 0 110 133 32 15 124 50
Binary 10111100 110100 10000 0 1001000 1011011 11010 1101 1010100 101000

Color Harmonies of #BC3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3410

Black with #BC3410

Text Example


Text Example

White with #BC3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3410; }

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

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

background-color css

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

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

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

border-color css

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

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

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