#BE2B06

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

Shades of Harley Davidson Orange #BE2B06

Tints of Harley Davidson Orange #BE2B06

Color information

#BE2B06 (or 0xBE2B06) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 2B and 06. RGB value is (190,43,6). Sum of RGB (Red+Green+Blue) = 190+43+6=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B06 is #41D4F9. Grayscale: #535353. Windows color (decimal): -4314362 or 404414. OLE color: 404414.

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

Color convert

RGB190436-
CMYK00.770.970.25
HSL12.07º93.88%38.43%-
HSV(B)12.07º96.84%74.51%-
XYZ22.1312.691.45-
YUV82.7384.7204.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.50%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=79.50%
G=17.99%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19043600.770.970.2512.0793.8838.43
HexBE2B604D6119c5e26
Octal2765360115141311413646
Binary101111101010111100100110111000011100111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B06; }

 p { color: rgb(190,43,6); }

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

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

 a { background-color: rgb(190,43,6); }

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

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

 span { border-color: rgb(190,43,6); }

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