Html Css Color HEX #BE2605 Harley Davidson Orange

📋 copy color: '#BE2605'

red 190 ◦ green 38 ◦ blue 5

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

Shades of Harley Davidson Orange #BE2605

Tints of Harley Davidson Orange #BE2605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

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

R = 81.55%
G = 16.31%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE2605 (or 0xBE2605) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 05. RGB value is (190,38,5). Sum of RGB (Red+Green+Blue) = 190+38+5=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2605 is #41D9FA. Grayscale: #4F4F4F. Windows color (decimal): -4315643 or 337598. OLE color: 337598.

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

Color convert

RGB 190 38 5 -
CMYK 0 0.8 0.97 0.25
HSL 10.7º 0.95% 0.38% -
HSV(B) 10.7º 0.97% 0.75% -
XYZ 21.96 12.34 1.37 -
YUV 79.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 190 38 5 0 0.8 0.97 0.25 10.7 0.95 0.38
Hex BE 26 5 0 50 61 19 B 5F 26
Octal 276 46 5 0 120 141 31 13 137 46
Binary 10111110 100110 101 0 1010000 1100001 11001 1011 1011111 100110

Color Harmonies of #BE2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2605

Black with #BE2605

Text Example


Text Example

White with #BE2605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2605; }

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

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

background-color css

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

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

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

border-color css

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

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

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