Html Css Color HEX #BC3316 Harley Davidson Orange

📋 copy color: '#BC3316'

red 188 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #BC3316

Tints of Harley Davidson Orange #BC3316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 72.03%
G = 19.54%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3316 (or 0xBC3316) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 16. RGB value is (188,51,22). Sum of RGB (Red+Green+Blue) = 188+51+22=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3316 is #43CCE9. Grayscale: #585858. Windows color (decimal): -4443370 or 1455036. OLE color: 1455036.

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

Color convert

RGB 188 51 22 -
CMYK 0 0.73 0.88 0.26
HSL 10.48º 0.79% 0.41% -
HSV(B) 10.48º 0.88% 0.74% -
XYZ 22.07 13.12 2.13 -
YUV 88.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 188 51 22 0 0.73 0.88 0.26 10.48 0.79 0.41
Hex BC 33 16 0 49 58 1A A 4F 29
Octal 274 63 26 0 111 130 32 12 117 51
Binary 10111100 110011 10110 0 1001001 1011000 11010 1010 1001111 101001

Color Harmonies of #BC3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3316

Black with #BC3316

Text Example


Text Example

White with #BC3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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