Html Css Color HEX #BE2505 Harley Davidson Orange

📋 copy color: '#BE2505'

red 190 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #BE2505

Tints of Harley Davidson Orange #BE2505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 81.9%
G = 15.95%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE2505 (or 0xBE2505) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 05. RGB value is (190,37,5). Sum of RGB (Red+Green+Blue) = 190+37+5=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2505 is #41DAFA. Grayscale: #4F4F4F. Windows color (decimal): -4315899 or 337342. OLE color: 337342.

HSL color Cylindrical-coordinate representation of color #BE2505: hue angle of 10.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE2505 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 37 5 -
CMYK 0 0.81 0.97 0.25
HSL 10.38º 0.95% 0.38% -
HSV(B) 10.38º 0.97% 0.75% -
XYZ 21.92 12.28 1.36 -
YUV 79.1 86.19 207.1 -
System Red Green Blue C M Y K H S L
Decimal 190 37 5 0 0.81 0.97 0.25 10.38 0.95 0.38
Hex BE 25 5 0 51 61 19 A 5F 26
Octal 276 45 5 0 121 141 31 12 137 46
Binary 10111110 100101 101 0 1010001 1100001 11001 1010 1011111 100110

Color Harmonies of #BE2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2505

Black with #BE2505

Text Example


Text Example

White with #BE2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2505; }

 p { color: rgb(190,37,5); }

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

background-color css

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

 a { background-color: rgb(190,37,5); }

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

border-color css

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

 span { border-color: rgb(190,37,5); }

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