#BF3323

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

Shades of Harley Davidson Orange #BF3323

Tints of Harley Davidson Orange #BF3323

Color information

#BF3323 (or 0xBF3323) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 33 and 23. RGB value is (191,51,35). Sum of RGB (Red+Green+Blue) = 191+51+35=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3323 is #40CCDC. Grayscale: #5B5B5B. Windows color (decimal): -4246749 or 2307007. OLE color: 2307007.

HSL color Cylindrical-coordinate representation of color #BF3323: hue angle of 6.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF3323 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1915135-
CMYK00.730.820.25
HSL6.15º69.03%44.31%-
HSV(B)6.15º81.68%74.9%-
XYZ22.9713.573-
YUV91.0496.38199.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 35 (14.06% from 255) = 12.64%
R=68.95%
G=18.41%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191513500.730.820.256.1569.0344.31
HexBF332304952196452c
Octal2776343011112231610554
Binary10111111110011100011010010011010010110011101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3323; }

 p { color: rgb(191,51,35); }

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

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

 a { background-color: rgb(191,51,35); }

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

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

 span { border-color: rgb(191,51,35); }

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