#BE2709

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

Shades of Harley Davidson Orange #BE2709

Tints of Harley Davidson Orange #BE2709

Color information

#BE2709 (or 0xBE2709) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 27 and 09. RGB value is (190,39,9). Sum of RGB (Red+Green+Blue) = 190+39+9=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2709 is #41D8F6. Grayscale: #505050. Windows color (decimal): -4315383 or 599998. OLE color: 599998.

HSL color Cylindrical-coordinate representation of color #BE2709: hue angle of 9.94º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE2709 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB190399-
CMYK00.790.950.25
HSL9.94º90.95%39.02%-
HSV(B)9.94º95.26%74.51%-
XYZ22.0112.421.5-
YUV80.7387.53205.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.83%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=79.83%
G=16.39%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19039900.790.950.259.9490.9539.02
HexBE27904F5F19a5b27
Octal27647110117137311213347
Binary1011111010011110010100111110111111100110101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2709; }

 p { color: rgb(190,39,9); }

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

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

 a { background-color: rgb(190,39,9); }

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

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

 span { border-color: rgb(190,39,9); }

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