Html Css Color HEX #BC3310 Harley Davidson Orange

📋 copy color: '#BC3310'

red 188 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #BC3310

Tints of Harley Davidson Orange #BC3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 73.73%
G = 20%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3310 (or 0xBC3310) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 10. RGB value is (188,51,16). Sum of RGB (Red+Green+Blue) = 188+51+16=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3310 is #43CCEF. Grayscale: #585858. Windows color (decimal): -4443376 or 1061820. OLE color: 1061820.

HSL color Cylindrical-coordinate representation of color #BC3310: hue angle of 12.21º 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 #BC3310 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 16 -
CMYK 0 0.73 0.91 0.26
HSL 12.21º 0.84% 0.4% -
HSV(B) 12.21º 0.91% 0.74% -
XYZ 22.02 13.1 1.86 -
YUV 87.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 188 51 16 0 0.73 0.91 0.26 12.21 0.84 0.4
Hex BC 33 10 0 49 5B 1A C 54 28
Octal 274 63 20 0 111 133 32 14 124 50
Binary 10111100 110011 10000 0 1001001 1011011 11010 1100 1010100 101000

Color Harmonies of #BC3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3310

Black with #BC3310

Text Example


Text Example

White with #BC3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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