Html Css Color HEX #BE3010 Harley Davidson Orange

📋 copy color: '#BE3010'

red 190 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #BE3010

Tints of Harley Davidson Orange #BE3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 74.8%
G = 18.9%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE3010 (or 0xBE3010) is known color: Harley Davidson Orange. HEX triplet: BE, 30 and 10. RGB value is (190,48,16). Sum of RGB (Red+Green+Blue) = 190+48+16=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3010 is #41CFEF. Grayscale: #575757. Windows color (decimal): -4313072 or 1061054. OLE color: 1061054.

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

Color convert

RGB 190 48 16 -
CMYK 0 0.75 0.92 0.25
HSL 11.03º 0.84% 0.4% -
HSV(B) 11.03º 0.92% 0.75% -
XYZ 22.39 13.1 1.84 -
YUV 86.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 190 48 16 0 0.75 0.92 0.25 11.03 0.84 0.4
Hex BE 30 10 0 4B 5C 19 B 54 28
Octal 276 60 20 0 113 134 31 13 124 50
Binary 10111110 110000 10000 0 1001011 1011100 11001 1011 1010100 101000

Color Harmonies of #BE3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3010

Black with #BE3010

Text Example


Text Example

White with #BE3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3010; }

 p { color: rgb(190,48,16); }

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

background-color css

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

 a { background-color: rgb(190,48,16); }

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

border-color css

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

 span { border-color: rgb(190,48,16); }

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