Html Css Color HEX #BE3115 Harley Davidson Orange

📋 copy color: '#BE3115'

red 190 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #BE3115

Tints of Harley Davidson Orange #BE3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 73.08%
G = 18.85%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3115 (or 0xBE3115) is known color: Harley Davidson Orange. HEX triplet: BE, 31 and 15. RGB value is (190,49,21). Sum of RGB (Red+Green+Blue) = 190+49+21=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3115 is #41CEEA. Grayscale: #585858. Windows color (decimal): -4312811 or 1388990. OLE color: 1388990.

HSL color Cylindrical-coordinate representation of color #BE3115: hue angle of 9.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE3115 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 21 -
CMYK 0 0.74 0.89 0.25
HSL 9.94º 0.8% 0.41% -
HSV(B) 9.94º 0.89% 0.75% -
XYZ 22.47 13.2 2.07 -
YUV 87.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 190 49 21 0 0.74 0.89 0.25 9.94 0.8 0.41
Hex BE 31 15 0 4A 59 19 A 50 29
Octal 276 61 25 0 112 131 31 12 120 51
Binary 10111110 110001 10101 0 1001010 1011001 11001 1010 1010000 101001

Color Harmonies of #BE3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3115

Black with #BE3115

Text Example


Text Example

White with #BE3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3115; }

 p { color: rgb(190,49,21); }

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

background-color css

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

 a { background-color: rgb(190,49,21); }

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

border-color css

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

 span { border-color: rgb(190,49,21); }

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