#BC331F

Color #BC331F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BC331F

Tints of Harley Davidson Orange #BC331F

Color information

#BC331F (or 0xBC331F) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 33 and 1F. RGB value is (188,51,31). Sum of RGB (Red+Green+Blue) = 188+51+31=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC331F is #43CCE0. Grayscale: #595959. Windows color (decimal): -4443361 or 2044860. OLE color: 2044860.

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

Color convert

RGB1885131-
CMYK00.730.840.26
HSL7.64º71.69%42.94%-
HSV(B)7.64º83.51%73.73%-
XYZ22.1713.162.67-
YUV89.6894.89198.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 31 (12.5% from 255) = 11.48%
R=69.63%
G=18.89%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188513100.730.840.267.6471.6942.94
HexBC331F049541A8482b
Octal27463370111124321011053
Binary10111100110011111110100100110101001101010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC331F; }

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

 H1.HeaderClassName
 {
   color: #BC331F;
 }
 .AnyTagClassName
 {
   color: #BC331F;
 }
</style>
background-color css

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

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

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

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

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

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