#BE3623

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

Shades of Harley Davidson Orange #BE3623

Tints of Harley Davidson Orange #BE3623

Color information

#BE3623 (or 0xBE3623) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 36 and 23. RGB value is (190,54,35). Sum of RGB (Red+Green+Blue) = 190+54+35=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3623 is #41C9DC. Grayscale: #5C5C5C. Windows color (decimal): -4311517 or 2307774. OLE color: 2307774.

HSL color Cylindrical-coordinate representation of color #BE3623: hue angle of 7.35º 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 #BE3623 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1905435-
CMYK00.720.820.25
HSL7.35º68.89%44.12%-
HSV(B)7.35º81.58%74.51%-
XYZ22.8613.713.03-
YUV92.595.56197.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.10%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 35 (14.06% from 255) = 12.54%
R=68.10%
G=19.35%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190543500.720.820.257.3568.8944.12
HexBE362304852197452c
Octal2766643011012231710554
Binary10111110110110100011010010001010010110011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3623; }

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

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

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

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

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

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

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

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