#BE2C1B

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

Shades of Harley Davidson Orange #BE2C1B

Tints of Harley Davidson Orange #BE2C1B

Color information

#BE2C1B (or 0xBE2C1B) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2C and 1B. RGB value is (190,44,27). Sum of RGB (Red+Green+Blue) = 190+44+27=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C1B is #41D3E4. Grayscale: #555555. Windows color (decimal): -4314085 or 1780926. OLE color: 1780926.

HSL color Cylindrical-coordinate representation of color #BE2C1B: hue angle of 6.26º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE2C1B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1904427-
CMYK00.770.860.25
HSL6.26º75.12%42.55%-
HSV(B)6.26º85.79%74.51%-
XYZ22.3312.832.34-
YUV85.7294.87202.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=72.80%
G=16.86%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190442700.770.860.256.2675.1242.55
HexBE2C1B04D561964b2b
Octal2765433011512631611353
Binary1011111010110011011010011011010110110011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C1B; }

 p { color: rgb(190,44,27); }

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

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

 a { background-color: rgb(190,44,27); }

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

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

 span { border-color: rgb(190,44,27); }

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