Html Css Color HEX #BE240A Harley Davidson Orange

📋 copy color: '#BE240A'

red 190 ◦ green 36 ◦ blue 10

#BE240A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BE240A

Tints of Harley Davidson Orange #BE240A

RGB

 RED value IS 190 (74.61% from 255) = 80.51%

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 80.51%
G = 15.25%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE240A (or 0xBE240A) is known color: Harley Davidson Orange. HEX triplet: BE, 24 and 0A. RGB value is (190,36,10). Sum of RGB (Red+Green+Blue) = 190+36+10=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE240A is #41DBF5. Grayscale: #4F4F4F. Windows color (decimal): -4316150 or 664766. OLE color: 664766.

HSL color Cylindrical-coordinate representation of color #BE240A: hue angle of 8.67º degrees, saturation: 0.9, 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 #BE240A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 10 -
CMYK 0 0.81 0.95 0.25
HSL 8.67º 0.9% 0.39% -
HSV(B) 8.67º 0.95% 0.75% -
XYZ 21.92 12.23 1.49 -
YUV 79.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 190 36 10 0 0.81 0.95 0.25 8.67 0.9 0.39
Hex BE 24 A 0 51 5F 19 9 5A 27
Octal 276 44 12 0 121 137 31 11 132 47
Binary 10111110 100100 1010 0 1010001 1011111 11001 1001 1011010 100111

Color Harmonies of #BE240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE240A

Black with #BE240A

Text Example


Text Example

White with #BE240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE240A; }

 p { color: rgb(190,36,10); }

 H1.HeaderClassName
 {
   color: #BE240A;
 }
 .AnyTagClassName
 {
   color: #BE240A;
 }
</style>

background-color css

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

 a { background-color: rgb(190,36,10); }

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

border-color css

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

 span { border-color: rgb(190,36,10); }

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