#BE230C

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

Shades of Harley Davidson Orange #BE230C

Tints of Harley Davidson Orange #BE230C

Color information

#BE230C (or 0xBE230C) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 23 and 0C. RGB value is (190,35,12). Sum of RGB (Red+Green+Blue) = 190+35+12=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE230C is #41DCF3. Grayscale: #4E4E4E. Windows color (decimal): -4316404 or 795582. OLE color: 795582.

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

Color convert

RGB1903512-
CMYK00.820.940.25
HSL7.75º88.12%39.61%-
HSV(B)7.75º93.68%74.51%-
XYZ21.912.181.54-
YUV78.7290.35207.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.17%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=80.17%
G=14.77%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190351200.820.940.257.7588.1239.61
HexBE23C0525E1985828
Octal27643140122136311013050
Binary1011111010001111000101001010111101100110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE230C; }

 p { color: rgb(190,35,12); }

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

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

 a { background-color: rgb(190,35,12); }

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

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

 span { border-color: rgb(190,35,12); }

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